unmount
void
unmount(
Unmounts the component and cleans up.
Implementation
void unmount() {
_root.unmount();
_removeChild(_baseElement);
}
void
unmount(
Unmounts the component and cleans up.
void unmount() {
_root.unmount();
_removeChild(_baseElement);
}