menu
mhu_dart_commons package
documentation
commons.dart
RefCountPool<K, V>
call method
call method
dark_mode
light_mode
call
method
Future
<
V
>
call
(
K
key
,
DspReg
disposers
)
Implementation
Future<V> call(K key, DspReg disposers) => acquire(key, disposers);
mhu_dart_commons package
documentation
commons
RefCountPool<K, V>
call method
RefCountPool class