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