close method

void close()

Close the client and clean up resources

Implementation

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