quit method
- String? reason,
Leave the network.
Implementation
void quit({String? reason}) {
_alive();
command({'type': 'quit', 'reason': reason});
}
Leave the network.
void quit({String? reason}) {
_alive();
command({'type': 'quit', 'reason': reason});
}