menu
sunny_lifecycle package
documentation
user_preferences_service.dart
FutureSharedPreferences
remove method
remove method
dark_mode
light_mode
remove
method
Future
remove
(
String
key
)
Implementation
Future remove(String key) async { return (await this).remove(key); }
sunny_lifecycle package
documentation
user_preferences_service
FutureSharedPreferences
remove method
FutureSharedPreferences extension on
Future
<
SharedPreferences
>