unmount method

void unmount()

Unmounts the entire element tree.

Implementation

void unmount() => _root.unmount();