disconnect method

Future<void> disconnect()

Disconnect from the server

Implementation

Future<void> disconnect() async {
  await client.disconnect();
}