menu
cyberframework package
documentation
Module/save_storage.dart
AppStorage
clearAll static method
clearAll static method
dark_mode
light_mode
clearAll
static method
Future
<
void
>
clearAll
(
)
Implementation
static Future<void> clearAll() async { await _storage.deleteAll(); }
cyberframework package
documentation
Module/save_storage
AppStorage
clearAll static method
AppStorage class