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