onMrzDetected property

dynamic Function(String mrz, Uint8List image)? onMrzDetected
final

This function will be called when a bloc MRZ is detected.

Implementation

final Function(String mrz, Uint8List image)? onMrzDetected;