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
p-mazhnik
2022-11-22 18:36:37 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35c860b8e4670c1330f936865156620cd9ad12ba
35c860b8
1 parent
0e0ce5b5
fix error type
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
lib/src/web/zxing.dart
lib/src/web/zxing.dart
View file @
35c860b
...
...
@@ -83,15 +83,9 @@ extension ResultExt on Result {
}
}
@JS
()
@anonymous
abstract
class
Exception
{
external
String
get
message
;
}
typedef
BarcodeDetectionCallback
=
void
Function
(
Result
?
result
,
Exception
?
error
,
dynamic
error
,
);
extension
JsZXingBrowserMultiFormatReaderExt
...
...
Please
register
or
login
to post a comment