getText method

Future<String?> getText()

Platform-specific method to get recognized text

Implementation

Future<String?> getText() {
  throw UnimplementedError('getText() has not been implemented.');
}