clearLocale method

void clearLocale()

Implementation

void clearLocale() {
  _locale = Locale('en');
  notifyListeners();
}