menu
chrome_extension package
documentation
certificate_provider.dart
PinRequestType
fromJS static method
fromJS static method
dark_mode
light_mode
fromJS
static method
PinRequestType
fromJS
(
String
value
)
Implementation
static PinRequestType fromJS(String value) => values.firstWhere((e) => e.value == value);
chrome_extension package
documentation
certificate_provider
PinRequestType
fromJS static method
PinRequestType enum