quit method

void quit()

Closes the discord gateway websocket

Implementation

void quit() {
  _channel.sink.close(status.goingAway);
}