close method
void
close()
Closes the client and cleans up any associated resources.
Implementation
void close() => _client.close();
Closes the client and cleans up any associated resources.
void close() => _client.close();