onTextDetected property
This function will be called when a bloc of text is detected.
Implementation
final Function(String textResult)? onTextDetected;
This function will be called when a bloc of text is detected.
final Function(String textResult)? onTextDetected;