menu
flare_flutter package
documentation
cache.dart
Cache<T extends CacheAsset>
hold method
hold method
dark_mode
light_mode
hold
method
void
hold
(
T
asset
)
Implementation
void hold(T asset) { _toPrune.remove(asset); }
flare_flutter package
documentation
cache
Cache<T extends CacheAsset>
hold method
Cache class