notifyRemove method
Implementation
@internal
void notifyRemove(AppRoute route) =>
_safeRun(() => onRouteChange(route, RouteActionType.REMOVE));
@internal
void notifyRemove(AppRoute route) =>
_safeRun(() => onRouteChange(route, RouteActionType.REMOVE));