put method

void put(
  1. String cacheKey,
  2. Picture picture
)

Implementation

void put(String cacheKey, ui.Picture picture) => _pictures.put(cacheKey, picture);