quit method
void
quit()
Closes the discord gateway websocket
Implementation
void quit() {
_channel.sink.close(status.goingAway);
}
Closes the discord gateway websocket
void quit() {
_channel.sink.close(status.goingAway);
}