onLocalizationsDelegates method
Returns the 'Localization Delegates' if any.
Implementation
Iterable<LocalizationsDelegate<dynamic>>? onLocalizationsDelegates() {
if (inLocalizationsDelegates != null) {
return inLocalizationsDelegates!();
}
return null;
}