reset method

void reset()

Reset the session.

Implementation

void reset() {
  connected = false;
  accounts = [];
  handshakeId = 0;
  handshakeTopic = '';
}