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-06-01 08:12:51 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c257e28354ea220251f939b7bb73503008ef60f9
c257e283
1 parent
d164fe87
format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
lib/src/mobile_scanner_controller.dart
lib/src/mobile_scanner_controller.dart
View file @
c257e28
...
...
@@ -18,8 +18,9 @@ class MobileScannerController {
this
.
torchEnabled
=
false
,
this
.
formats
,
this
.
returnImage
=
false
,
@Deprecated
(
'Instead, use the result of calling `start()` to determine if permissions were granted.'
)
this
.
onPermissionSet
,
@Deprecated
(
'Instead, use the result of calling `start()` to determine if permissions were granted.'
)
this
.
onPermissionSet
,
this
.
autoStart
=
true
,
});
...
...
Please
register
or
login
to post a comment