get method

Image? get(
  1. String cacheKey
)

Implementation

ui.Image? get(String cacheKey) => _images.get(cacheKey);