removeRoutes method

void removeRoutes(
  1. List<GetPage> routes
)

Implementation

void removeRoutes(List<GetPage> routes) {
  for (var route in routes) {
    removeRoute(route);
  }
}