menu
tbloc package
documentation
core/interfaces/bloc_store.interface.dart
BlocStore<S extends BlocState>
retrieve abstract method
retrieve abstract method
dark_mode
light_mode
retrieve
abstract method
Future
<
S?
>
retrieve
(
String
key
)
Retrieves the
value
for the given
key
.
Implementation
Future<S?> retrieve(String key);
tbloc package
documentation
core/interfaces/bloc_store.interface
BlocStore<S extends BlocState>
retrieve abstract method
BlocStore class