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