setFallbackLocale method

void setFallbackLocale(
  1. String locale
)

Set the fallback locale

Implementation

void setFallbackLocale(String locale) {
  _fallbackLocale = locale;
  _logger.debug('Fallback locale set to: $locale');
}