menu
utilities_ab package
documentation
cache/storage_interface.dart
CacheStorage<K, V>
values property
values property
dark_mode
light_mode
values
property
Future
<
List
<
V
>
>
get
values
Returns all values currently stored.
Implementation
Future<List<V>> get values;
utilities_ab package
documentation
cache/storage_interface
CacheStorage<K, V>
values property
CacheStorage class