menu
star_live package
documentation
utils/share_preferences_utils.dart
PrefUtils
remove static method
remove static method
dark_mode
light_mode
remove
static method
Future
<
bool
>
remove
(
String
key
)
Implementation
static Future<bool> remove(String key) async { return _prefs?.remove(key) ?? Future.value(false); }
star_live package
documentation
utils/share_preferences_utils
PrefUtils
remove static method
PrefUtils class