disconnect method

void disconnect()

Disconnects the client and disposes the connection.

Implementation

void disconnect() => _client.disconnect();