clear method

void clear()

Removes every value from this storage backend.

Implementation

void clear() {
  storage.clear();
}