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:13:36 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1b93198b495977453462d8f4fb69b4687b3b886f
1b93198b
1 parent
2aff8f92
add stub for web update scan window impl
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
lib/mobile_scanner_web_plugin.dart
lib/mobile_scanner_web_plugin.dart
View file @
1b93198
...
...
@@ -61,6 +61,8 @@ class MobileScannerWebPlugin {
return
_torch
(
call
.
arguments
);
case
'stop'
:
return
cancel
();
case
'updateScanWindow'
:
return
Future
<
void
>.
value
();
default
:
throw
PlatformException
(
code:
'Unimplemented'
,
...
...
Please
register
or
login
to post a comment