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