onTextDetected property

dynamic Function(String textResult)? onTextDetected
final

This function will be called when a bloc of text is detected.

Implementation

final Function(String textResult)? onTextDetected;