menu
flutter_boilerplate package
documentation
app/common/services/storage/storage.dart
StorageService
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);
flutter_boilerplate package
documentation
app/common/services/storage/storage
StorageService
removeValue static method
StorageService class