removeRoute method
Removes given route and any corresponding controllers
finally calls notifyAll if notify is true
Implementation
void removeRoute(RouteData route, {bool notify = true}) {
_removeRoute(route._match, notify: notify);
}
Removes given route and any corresponding controllers
finally calls notifyAll if notify is true
void removeRoute(RouteData route, {bool notify = true}) {
_removeRoute(route._match, notify: notify);
}