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-28 10:58:14 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aacf1f2e93829f404b4d733dd662ab40f41abab4
aacf1f2e
1 parent
912dde25
remove redundant debug print
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/src/mobile_scanner.dart
lib/src/mobile_scanner.dart
View file @
aacf1f2
...
...
@@ -132,7 +132,6 @@ class _MobileScannerState extends State<MobileScanner>
widget
.
onStart
?.
call
(
arguments
);
widget
.
onScannerStarted
?.
call
(
arguments
);
}).
catchError
((
error
)
{
debugPrint
(
'mobile_scanner:
$error
'
);
if
(
mounted
)
{
setState
(()
{
_startException
=
error
as
MobileScannerException
;
...
...
Please
register
or
login
to post a comment