setDefaultLocale static method

void setDefaultLocale(
  1. dynamic locale
)

Implementation

static void setDefaultLocale(dynamic locale) {
  _IntlDefaultLocale.setLocale(locale);
}