clearLocaleTestValue method
Deletes any existing test locale and returns to using the real locale.
Implementation
void clearLocaleTestValue() {
_localeTestValue = null;
onLocaleChanged?.call();
}
Deletes any existing test locale and returns to using the real locale.
void clearLocaleTestValue() {
_localeTestValue = null;
onLocaleChanged?.call();
}