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