barcodeListener property

(dynamic Function(BarcodeScanningResult result)?) barcodeListener
final

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

Implementation

final Function(BarcodeScanningResult result)? barcodeListener;