destroy method

void destroy()

Implementation

void destroy() {
  _shouldForward = false;
  controller.close();
}