barcodeListener property

dynamic Function(BarcodeScanningResult result) barcodeListener
getter/setter pair

The callback that will be called each time barcodes is detected.

Implementation

Function(BarcodeScanningResult result) barcodeListener;