imageCache property

Map<String, Uint8List> imageCache
final

Cache of external images already downloaded (src -> bytes).

Implementation

final Map<String, Uint8List> imageCache;