menu
jetleaf_lang package
documentation
lang.dart
SecureSchemeValidator
allowedSchemes property
allowedSchemes property
dark_mode
light_mode
allowedSchemes
property
List
<
String
>
allowedSchemes
final
List of allowed secure schemes
Implementation
final List<String> allowedSchemes = const ['https', 'wss'];
jetleaf_lang package
documentation
lang
SecureSchemeValidator
allowedSchemes property
SecureSchemeValidator class