unmount

void unmount()

Unmounts the rendered component and cleans up.

Implementation

void unmount() {
  _root.unmount();
}