menu
flower package
documentation
storage/src/storage/io.dart
StorageImpl
write method
write method
dark_mode
light_mode
write
method
void
write
(
String
key
,
dynamic
value
)
Implementation
void write(String key, dynamic value) { subject ..value![key] = value ..changeValue(key, value); }
flower package
documentation
storage/src/storage/io
StorageImpl
write method
StorageImpl class