menu
native_shared_preferences package
documentation
original_shared_preferences_platform_interface
SharedPreferencesStorePlatform
clear abstract method
clear
brightness_4
clear
abstract method
Null safety
Future
<
bool
>
clear
(
)
Removes all keys and values in the store.
Implementation
Future<bool> clear();
native_shared_preferences package
documentation
original_shared_preferences_platform_interface
SharedPreferencesStorePlatform
clear abstract method
SharedPreferencesStorePlatform class
Constructors
SharedPreferencesStorePlatform
Properties
hashCode
isMock
runtimeType
Methods
clear
getAll
noSuchMethod
remove
setValue
toString
Operators
operator ==
Static properties
instance