barcodeListener property

dynamic Function(List<BarcodeItem> result)? barcodeListener
final

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

Implementation

final Function(List<BarcodeItem> result)? barcodeListener;