void destroy()

Source

void destroy() {
  for (InvokeResponse resp in responses) {
    resp.close;
  }
  if (base != null) {
    base.removeNext(this);
  }
  _manager._dict.remove(getQueryId());
}