appLocalizationDelegates top-level constant

List<LocalizationsDelegate> const appLocalizationDelegates

Implementation

const appLocalizationDelegates = [
  ...AppLocalizations.localizationsDelegates,
  ...SharedLocalizations.localizationsDelegates,
];