supportedLocales property

List<Locale> get supportedLocales

Implementation

List<Locale> get supportedLocales {
  return const <Locale>[
    Locale.fromSubtags(languageCode: 'en', countryCode: 'US'),
    Locale.fromSubtags(languageCode: 'ar'),
  ];
}