put method

void put(
  1. String cacheKey,
  2. Image image
)

Implementation

void put(String cacheKey, ui.Image image) => _images.put(cacheKey, image);