onLocaleListResolutionCallback method
Returns 'Locale Resolutions' routine if any.
Implementation
Locale? onLocaleListResolutionCallback(
List<Locale>? locales, Iterable<Locale> supportedLocales) =>
inLocaleListResolutionCallback == null
? null
: inLocaleListResolutionCallback!(locales, supportedLocales);