menu
named_preferences package
documentation
named_preferences_platform_interface.dart
NamedPreferencesPlatform
remove abstract method
remove abstract method
dark_mode
light_mode
remove
abstract method
Future
<
bool
>
remove
(
String
key
)
Removes the value associated with the
key
.
Implementation
Future<bool> remove(String key);
named_preferences package
documentation
named_preferences_platform_interface
NamedPreferencesPlatform
remove abstract method
NamedPreferencesPlatform class