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