clearLocalesTestValue method Null safety
Deletes any existing test locales and returns to using the real locales.
Implementation
void clearLocalesTestValue() {
_localesTestValue = null;
onLocaleChanged?.call();
}
Deletes any existing test locales and returns to using the real locales.
void clearLocalesTestValue() {
_localesTestValue = null;
onLocaleChanged?.call();
}