Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -8,7 +8,7 @@ import 'package:web/web.dart'; | @@ -8,7 +8,7 @@ import 'package:web/web.dart'; | ||
| 8 | @JS('ZXing.BrowserMultiFormatReader') | 8 | @JS('ZXing.BrowserMultiFormatReader') |
| 9 | @staticInterop | 9 | @staticInterop |
| 10 | class ZXingBrowserMultiFormatReader { | 10 | class ZXingBrowserMultiFormatReader { |
| 11 | - /// Construct a new ZXingBrowserMultiFormatReader. | 11 | + /// Construct a new `ZXing.BrowserMultiFormatReader`. |
| 12 | /// | 12 | /// |
| 13 | /// The [hints] are the configuration options for the reader. | 13 | /// The [hints] are the configuration options for the reader. |
| 14 | /// The [timeBetweenScansMillis] is the allowed time between scans in milliseconds. | 14 | /// The [timeBetweenScansMillis] is the allowed time between scans in milliseconds. |
-
Please register or login to post a comment