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