supportedLocales property
getter, supportedLocales, returns a List of the App's locales. More flexible than an iteration.
Implementation
static List<Locale>? get supportedLocales => _appState?.supportedLocales;
getter, supportedLocales, returns a List of the App's locales. More flexible than an iteration.
static List<Locale>? get supportedLocales => _appState?.supportedLocales;