OnTextDetectedCallback typedef

OnTextDetectedCallback = void Function(String text)

Callback for when a text is detected.

Implementation

typedef OnTextDetectedCallback = void Function(String text);