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