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