menu
mhu_dart_commons package
documentation
commons.dart
CachedFu<T, K, C, F extends Fw<T>>
get method
get method
dark_mode
light_mode
get
method
Fr
<
T?
>
get
(
K
key
)
Implementation
Fr<T?> get(K key) => _getCache.get(key);
mhu_dart_commons package
documentation
commons
CachedFu<T, K, C, F extends Fw<T>>
get method
CachedFu class