close method

void close()

Releases the client, if this service created it.

Implementation

void close() {
  if (_ownsClient) _client.close();
}