menu
flower package
documentation
storage/src/storage/html.dart
StorageImpl
read<T> method
read<T> method
dark_mode
light_mode
read<
T
>
method
T?
read
<
T
>(
String
key
)
Implementation
T? read<T>(String key) { return subject.value![key] as T?; }
flower package
documentation
storage/src/storage/html
StorageImpl
read<T> method
StorageImpl class