resetLocale method

void resetLocale()

Reset configuration to real device locale.

Implementation

void resetLocale() {
  _locale = null;
  onLocaleChanged?.call();
}