Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -104,7 +104,7 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> { | @@ -104,7 +104,7 @@ class MobileScannerController extends ValueNotifier<MobileScannerState> { | ||
| 104 | /// Get the stream of scanned barcodes. | 104 | /// Get the stream of scanned barcodes. |
| 105 | /// | 105 | /// |
| 106 | /// If an error occurred during the detection of a barcode, | 106 | /// If an error occurred during the detection of a barcode, |
| 107 | - /// an [MobileScannerBarcodeException] error is emitted to the stream. | 107 | + /// a [MobileScannerBarcodeException] error is emitted to the stream. |
| 108 | Stream<BarcodeCapture> get barcodes => _barcodesController.stream; | 108 | Stream<BarcodeCapture> get barcodes => _barcodesController.stream; |
| 109 | 109 | ||
| 110 | StreamSubscription<BarcodeCapture?>? _barcodesSubscription; | 110 | StreamSubscription<BarcodeCapture?>? _barcodesSubscription; |
-
Please register or login to post a comment