unmount

void unmount()

Unmounts the component and cleans up.

Implementation

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