flush method

void flush()

Clears the entire session.

Implementation

void flush() {
  _data.clear();
  _isDirty = true;
}