menu
stash package
documentation
stash_api.dart
GenericCache<T>
size property
size property
dark_mode
light_mode
size
property
@
override
Future
<
int
>
get
size
override
The number of entries on the stash
Implementation
@override Future<int> get size { return _getStorageSize(); }
stash package
documentation
stash_api
GenericCache<T>
size property
GenericCache class