close method
void
close()
Releases the client, if this service created it.
Implementation
void close() {
if (_ownsClient) _client.close();
}
Releases the client, if this service created it.
void close() {
if (_ownsClient) _client.close();
}