destroy method

void destroy()

Destroys the component instance and all of the data structures associated with it.

Implementation

void destroy() {
  _hostView.destroy();
}