get method

Picture? get(
  1. String cacheKey
)

Implementation

ui.Picture? get(String cacheKey) => _pictures.get(cacheKey);