close method

void close()

Implementation

void close() async {
  await _cleanSessions();
  _socket.close();
}