menu
lite_storage package
documentation
io_storage.dart
Storage
read<T> method
read<T> method
dark_mode
light_mode
read<
T
>
method
T?
read
<
T
>(
String
key
)
Implementation
T? read<T>(String key) => _subject[key] as T?;
lite_storage package
documentation
io_storage
Storage
read<T> method
Storage class