setLocale method

Future setLocale(
  1. String languageTag
)

Platform-specific method to change recognizer language

Implementation

Future<dynamic> setLocale(String languageTag) {
  throw UnimplementedError('setLocale() has not been implemented.');
}