onSupportedLocales method

List<Locale>? onSupportedLocales()

Returns the Locale Iteration if any.

Implementation

List<Locale>? onSupportedLocales() =>
    inSupportedLocales != null ? inSupportedLocales!() : null;