menu
base_application package
documentation
app/common/services/storage/storage.dart
AppStorage
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);
base_application package
documentation
app/common/services/storage/storage
AppStorage
updateValue static method
AppStorage class