disconnect method

Future<OnyxMessage?> disconnect()

Implementation

Future<OnyxMessage?> disconnect() async {
  return sendCmd('BYE');
}