close method

void close()

Closes the client and cleans up any resources associated with it.

Implementation

void close() {
  client.close();
}