clearAll method

void clearAll()

Clear all sessions (for testing)

Implementation

void clearAll() {
  _sessions.clear();
}