menu
febui package
documentation
utils/local_storage.dart
LocalStorage
clear static method
clear static method
dark_mode
light_mode
clear
static method
Future
<
void
>
clear
(
)
Implementation
static Future<void> clear() { _memoryPrefs.clear(); return _prefs!.clear(); }
febui package
documentation
utils/local_storage
LocalStorage
clear static method
LocalStorage class