clear method

void clear()

Clears the registered root.

Implementation

void clear() {
  _root = null;
}