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