clearLocalesTestValue method

void clearLocalesTestValue()

Deletes any existing test locales and returns to using the real locales.

Implementation

void clearLocalesTestValue() {
  _localesTestValue = null;
  onLocaleChanged?.call();
}