menu
flare_flutter package
documentation
cache_asset.dart
CacheAsset
deref method
deref method
dark_mode
light_mode
deref
method
void
deref
(
)
Implementation
void deref() { _refCount--; if (_refCount == 0) { _cache.drop(this); } }
flare_flutter package
documentation
cache_asset
CacheAsset
deref method
CacheAsset class