menu
flutter_boilerplate package
documentation
app/common/services/storage/storage.dart
StorageService
updateValue static method
updateValue static method
dark_mode
light_mode
updateValue
static method
Future
<
void
>
updateValue
(
String
key
,
dynamic
value
)
Implementation
static Future<void> updateValue(String key, dynamic value) => _storage.write(key, value);
flutter_boilerplate package
documentation
app/common/services/storage/storage
StorageService
updateValue static method
StorageService class