supportedLocales property
Retrieves the list of supported locales by mapping them from the LocalizationProvider.
Implementation
Iterable<Locale> get supportedLocales =>
LocalizationProvider.of(this).supportedLocales.map((e) => e.locale);
Retrieves the list of supported locales by mapping them from the LocalizationProvider.
Iterable<Locale> get supportedLocales =>
LocalizationProvider.of(this).supportedLocales.map((e) => e.locale);