menu
stash package
documentation
stash_api.dart
Store<I extends Info, E extends Entry<I>>
infos abstract method
infos abstract method
dark_mode
light_mode
infos
abstract method
Future
<
Iterable
<
I
>
>
infos
(
String
name
)
Returns a
Iterable
over all the infos in the partition.
name
: The partition name
Implementation
Future<Iterable<I>> infos(String name);
stash package
documentation
stash_api
Store<I extends Info, E extends Entry<I>>
infos abstract method
Store class