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