supportedLocales property
Returns an iteration of the App's locales.
Implementation
static Iterable<Locale>? get supportedLocales => _appState?.supportedLocales;
Returns an iteration of the App's locales.
static Iterable<Locale>? get supportedLocales => _appState?.supportedLocales;