menu
takyeebbak
core/shared_preferences_global/shared_preferences_global.dart
SharedPreferencesGlobal
deleteValue static method
deleteValue
dark_mode
light_mode
deleteValue
static method
Future
<
void
>
deleteValue
(
String
key
)
Implementation
static Future<void> deleteValue(String key) async { await _prefs.remove(key); }
takyeebbak
shared_preferences_global
SharedPreferencesGlobal
deleteValue static method
SharedPreferencesGlobal class