onSupportedLocales method

List<Locale>? onSupportedLocales()
inherited

Returns the Locale Iteration if any.

Implementation

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