clearRouteTree method

void clearRouteTree()

Implementation

void clearRouteTree() {
  _routeTree.routes.clear();
}