menu
js_bindings package
documentation
bindings/background_fetch.dart
BackgroundFetchResult
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
BackgroundFetchResult
fromValue
(
String
value
)
Implementation
static BackgroundFetchResult fromValue(String value) => values.firstWhere((e) => e.value == value);
js_bindings package
documentation
bindings/background_fetch
BackgroundFetchResult
fromValue static method
BackgroundFetchResult enum