menu
mhu_dart_commons package
documentation
commons.dart
TypedCache
put<T> method
put<T> method
dark_mode
light_mode
put<
T
>
method
void
put
<
T
>(
TypedKey
<
T
>
key
,
T
calc
()
)
Implementation
void put<T>(TypedKey<T> key, T Function() calc) { _cache[key] = calc; }
mhu_dart_commons package
documentation
commons
TypedCache
put<T> method
TypedCache class