barcodeListener property
The callback that will be called each time barcodes is detected.
Implementation
final Function(List<BarcodeItem> result)? barcodeListener;
The callback that will be called each time barcodes is detected.
final Function(List<BarcodeItem> result)? barcodeListener;