onSupportedLocales method

Iterable<Locale> onSupportedLocales()

Implementation

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