setLocale method

void setLocale(
  1. String localeId
)

Change the locale for speech recognition

Implementation

void setLocale(String localeId) {
  _currentLocale = localeId;
  notifyListeners();
}