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