resetLocale method
void
resetLocale()
Reset configuration to real device locale.
Implementation
void resetLocale() {
_locale = null;
onLocaleChanged?.call();
}
Reset configuration to real device locale.
void resetLocale() {
_locale = null;
onLocaleChanged?.call();
}