supportedLocales property

List<Locale> supportedLocales

Implementation

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