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
2024-01-06 19:40:20 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d697e2d5f4f3e8effb670f51243506d532f70210
d697e2d5
1 parent
6e39b502
fix doc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/web/zxing/zxing_browser_multi_format_reader.dart
lib/src/web/zxing/zxing_browser_multi_format_reader.dart
View file @
d697e2d
...
...
@@ -8,7 +8,7 @@ import 'package:web/web.dart';
@JS
(
'ZXing.BrowserMultiFormatReader'
)
@staticInterop
class
ZXingBrowserMultiFormatReader
{
/// Construct a new
ZXingBrowserMultiFormatReader
.
/// Construct a new
`ZXing.BrowserMultiFormatReader`
.
///
/// The [hints] are the configuration options for the reader.
/// The [timeBetweenScansMillis] is the allowed time between scans in milliseconds.
...
...
Please
register
or
login
to post a comment