clear method

void clear()

Removes all the session key:value pairs.

Implementation

void clear() {
  _data.clear();
  needsUpdate = true;
}