menu
named_preferences package
documentation
named_preferences_platform_interface.dart
NamedPreferencesPlatform
clear abstract method
clear abstract method
dark_mode
light_mode
clear
abstract method
Future
<
bool
>
clear
(
)
Removes all keys and values in the store.
Implementation
Future<bool> clear();
named_preferences package
documentation
named_preferences_platform_interface
NamedPreferencesPlatform
clear abstract method
NamedPreferencesPlatform class