menu
flutter_master_cache package
documentation
util/async_base_cache.dart
AsyncBaseCache<K, V>
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
Future
<
V?
>
update
(
K
k
)
Force update for a value when a future is registered
Implementation
Future<V?> update(K k);
flutter_master_cache package
documentation
util/async_base_cache
AsyncBaseCache<K, V>
update abstract method
AsyncBaseCache class