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
Julian Steenbakker
2022-09-28 15:13:38 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2ecfdb95deaba438f0430b0daffa12b0efae948e
2ecfdb95
1 parent
a262c357
style: dart fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/mobile_scanner_controller.dart
lib/src/mobile_scanner_controller.dart
View file @
2ecfdb9
...
...
@@ -213,7 +213,7 @@ class MobileScannerController {
if
(
kIsWeb
)
{
onPermissionSet
?.
call
(
true
);
// If we reach this line, it means camera permission has been granted
true
,
);
// If we reach this line, it means camera permission has been granted
args
.
value
=
MobileScannerArguments
(
webId:
startResult
[
'ViewID'
]
as
String
?,
...
...
Please
register
or
login
to post a comment