liveImageCount property
The number of live images being held by the ImageCache.
Compare with ImageCache.currentSize for keepAlive images.
Implementation
int get liveImageCount => _liveImages.length;
The number of live images being held by the ImageCache.
Compare with ImageCache.currentSize for keepAlive images.
int get liveImageCount => _liveImages.length;