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
2025-01-15 23:36:02 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc8662fc6cc3cf0d52c6a5a20dfa74ea44f6f764
bc8662fc
1 parent
dead58ed
bug: fix result not being called
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/web/barcode_reader.dart
lib/src/web/barcode_reader.dart
View file @
bc8662f
...
...
@@ -20,7 +20,7 @@ abstract class BarcodeReader {
/// Pause the barcode reader.
void
pause
()
=>
throw
UnimplementedError
(
'pause() has not been implemented.'
);
///
Paus
e the barcode reader.
///
Resum
e the barcode reader.
Future
<
void
>
resume
()
=>
throw
UnimplementedError
(
'resume() has not been implemented.'
);
...
...
Please
register
or
login
to post a comment