recognizeOnceAsync method

Future<String?> recognizeOnceAsync(
  1. String lanRegion
)

Implementation

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