menu
flutter_master_cache package
documentation
util/async_base_cache.dart
AsyncBaseCache<K, V>
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
V?
>
get
(
K
k
, {
V?
fallback
,
})
Get value in cache or get fallback or null
Implementation
Future<V?> get(K k, {V? fallback});
flutter_master_cache package
documentation
util/async_base_cache
AsyncBaseCache<K, V>
get abstract method
AsyncBaseCache class