close method

dynamic close()

Implementation

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