clearRouteTree method
void
clearRouteTree()
Implementation
void clearRouteTree() {
_rootRoutes.clear();
_routeTree.routes.clear();
_markRouterDirty();
}
void clearRouteTree() {
_rootRoutes.clear();
_routeTree.routes.clear();
_markRouterDirty();
}