We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547e6ec commit 824bc16Copy full SHA for 824bc16
lib/src/mobile_scanner_controller.dart
@@ -104,7 +104,7 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> {
104
/// Get the stream of scanned barcodes.
105
///
106
/// If an error occurred during the detection of a barcode,
107
- /// an [MobileScannerBarcodeException] error is emitted to the stream.
+ /// a [MobileScannerBarcodeException] error is emitted to the stream.
108
Stream<BarcodeCapture> get barcodes => _barcodesController.stream;
109
110
StreamSubscription<BarcodeCapture?>? _barcodesSubscription;
0 commit comments