menu
native_shared_preferences package
documentation
native_shared_preferences_platform_interface.dart
NativeSharedPreferencesStorePlatform
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);
native_shared_preferences package
documentation
native_shared_preferences_platform_interface
NativeSharedPreferencesStorePlatform
remove abstract method
NativeSharedPreferencesStorePlatform class