close method

void close()

Implementation

void close() {
  httpClient.close();
  _onRequestController.close();
  _onResponseController.close();
}