onDetected property

dynamic Function(List<Barcode> barcode) onDetected
final

trigger when barcode begin detected Notic : Camera is pause by default while barcode begin detected

Implementation

final Function(List<Barcode> barcode) onDetected;