clearRouteGuards method

void clearRouteGuards()

清空所有路由守卫

Implementation

void clearRouteGuards() {
  _routeGuards.clear();
}