dispose method

Future<void> dispose()

Dispose the client

Implementation

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