localeListResolutionCallback property

Locale? Function(List<Locale>? locales, Iterable<Locale> supportedLocales)? localeListResolutionCallback
final

Implementation

final Locale? Function(
  List<Locale>? locales,
  Iterable<Locale> supportedLocales,
)?
localeListResolutionCallback;