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