menu
storage_ui package
documentation
core/storage.dart
Storage
read<T> abstract method
read<T> abstract method
dark_mode
light_mode
read<
T
>
abstract method
Future
<
T?
>
read
<
T
>(
String
key
)
Retrieves a stored value by its key
Implementation
Future<T?> read<T>(String key);
storage_ui package
documentation
core/storage
Storage
read<T> abstract method
Storage class