close method
void
close()
Closes the client and cleans up any resources associated with it.
Implementation
void close() {
client.close();
}
Closes the client and cleans up any resources associated with it.
void close() {
client.close();
}