clearRouteTree method

void clearRouteTree()

清除所有路由

Implementation

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