destroy method

void destroy()

Implementation

void destroy() {
  _watcher.node.destroy();
  onDestroy();
}