close method
void
close()
Closes the client and cleans up any resources associated with it.
Once close is called, no other methods should be called.
Implementation
void close() => _client.close();
Closes the client and cleans up any resources associated with it.
Once close is called, no other methods should be called.
void close() => _client.close();