Removes a list of routes from the route tree.
void removeRoutes<T>(List<GetPage<T>> getPages) { for (final route in getPages) { removeRoute(route); } }