onSupportedLocales method

List<Locale> onSupportedLocales()

Returns the Locale Iteration if any.

Implementation

List<Locale> onSupportedLocales() => inSupportedLocales != null
    ? inSupportedLocales!()
    : const <Locale>[Locale('en', 'US')];