menu
ingine package
documentation
iEngine/prefs.dart
Prefs
clear static method
clear static method
dark_mode
light_mode
clear
static method
Future
<
bool
>
clear
(
)
Clears all keys and values from preferences.
Implementation
static Future<bool> clear() => _instance.clear();
ingine package
documentation
iEngine/prefs
Prefs
clear static method
Prefs class