reset method
void
reset()
Reset the session.
Implementation
void reset() {
connected = false;
accounts = [];
handshakeId = 0;
handshakeTopic = '';
}
Reset the session.
void reset() {
connected = false;
accounts = [];
handshakeId = 0;
handshakeTopic = '';
}