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