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