close method

void close()

Closes the client and cleans up any associated resources.

Implementation

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