barcodesStream property
Stream<BarcodeCapture?>
get
barcodesStream
Get the stream of barcode captures.
Implementation
Stream<BarcodeCapture?> get barcodesStream {
throw UnimplementedError('barcodesStream has not been implemented.');
}