clear method

void clear()

Implementation

void clear() {
  _log("Removed cache for $key", type: PenType.warning);
  storage.remove(key);
}