barcodes property

Stream<BarcodeCapture> get barcodes

Get the stream of scanned barcodes.

If an error occurred during the detection of a barcode, a MobileScannerBarcodeException error is emitted to the stream.

Implementation

Stream<BarcodeCapture> get barcodes => _barcodesController.stream;