menu
stash package
documentation
stash_api.dart
Store<I extends Info, E extends Entry<I>>
size abstract method
size abstract method
dark_mode
light_mode
size
abstract method
Future
<
int
>
size
(
String
name
)
The number of entries in the partition
name
: The partition name
Implementation
Future<int> size(String name);
stash package
documentation
stash_api
Store<I extends Info, E extends Entry<I>>
size abstract method
Store class