disconnect method

Future<void> disconnect()

Disconnect the underlying client.

Implementation

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