close method

void close()

Close the client and clean up resources

Implementation

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