menu
native_shared_preferences package
documentation
original_shared_preferences_platform_interface
SharedPreferencesStorePlatform
remove abstract method
remove
brightness_4
remove
abstract method
Null safety
Future
<
bool
>
remove
(
String
key
)
Removes the value associated with the
key
.
Implementation
Future<bool> remove(String key);
native_shared_preferences package
documentation
original_shared_preferences_platform_interface
SharedPreferencesStorePlatform
remove abstract method
SharedPreferencesStorePlatform class
Constructors
SharedPreferencesStorePlatform
Properties
hashCode
isMock
runtimeType
Methods
clear
getAll
noSuchMethod
remove
setValue
toString
Operators
operator ==
Static properties
instance