notifyPush method

  1. @internal
void notifyPush(
  1. AppRoute route
)

Implementation

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