barcodeListener property

dynamic Function(BarcodeScanningResult result) barcodeListener
read / write

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

Implementation

Function(BarcodeScanningResult result) barcodeListener;