close method

void close()

Closes the client, closes any open connections.

Implementation

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