delegates property
Iterable<LocalizationsDelegate>
get
delegates
Returns app delegates.
used in app entry point e.g. MaterialApp()
Implementation
static Iterable<LocalizationsDelegate<dynamic>> get delegates => <LocalizationsDelegate<dynamic>>[
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
DefaultCupertinoLocalizations.delegate,
];