appSupportedLocales top-level constant

List<Locale> const appSupportedLocales

Implementation

const appSupportedLocales = [
  ...AppLocalizations.supportedLocales,
  ...SharedLocalizations.supportedLocales,
];