Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Navaron Bracke
2023-11-08 18:13:43 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a807d6ffa6bb8d8312e42935e71fa54eb01ffc18
a807d6ff
1 parent
3bb3383e
add a controller disposed error code
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
lib/src/enums/mobile_scanner_error_code.dart
lib/src/enums/mobile_scanner_error_code.dart
View file @
a807d6f
...
...
@@ -8,6 +8,9 @@ enum MobileScannerErrorCode {
/// before restarting it.
controllerAlreadyInitialized
,
/// The controller was used after being disposed.
controllerDisposed
,
/// The controller was used
/// while it was not yet initialized using [MobileScannerController.start].
controllerUninitialized
,
...
...
Please
register
or
login
to post a comment