menu
base_application package
documentation
app/common/services/storage/storage.dart
AppStorage
removeValue static method
removeValue static method
dark_mode
light_mode
removeValue
static method
Future
<
void
>
removeValue
(
String
key
)
Implementation
static Future<void> removeValue(String key) => _storage.remove(key);
base_application package
documentation
app/common/services/storage/storage
AppStorage
removeValue static method
AppStorage class