menu
talkplus_flutter_sdk package
documentation
util/LruCache.dart
LruCache<K, V>
getAll method
getAll method
dark_mode
light_mode
getAll
method
Map
<
K
,
V
>
getAll
(
)
Implementation
Map<K, V> getAll() { return Map.from(_cache); }
talkplus_flutter_sdk package
documentation
util/LruCache
LruCache<K, V>
getAll method
LruCache class