unsupportedLocale method

void unsupportedLocale(
  1. String localeName
)

Throw an exception indicating that the locale has no data available, either locally or remotely.

Implementation

void unsupportedLocale(String localeName) {
  throw LocaleDataException('Locale $localeName has no data available');
}