localizedLocales method

Future<List<LocaleInfo>> localizedLocales(
  1. Locale locale,
  2. List<Locale> locales
)

Returns a list of LocaleInfo, localized in the specified Locale.

Implementation

Future<List<LocaleInfo>> localizedLocales(
  Locale locale,
  List<Locale> locales,
) {
  throw UnimplementedError('localizedLocales() has not been implemented.');
}