removeRoute method
Removes a single route from the tree.
Implementation
void removeRoute(GetPage route) {
matcher.removeRoute(route.name);
tree.remove(route.name);
}
Removes a single route from the tree.
void removeRoute(GetPage route) {
matcher.removeRoute(route.name);
tree.remove(route.name);
}