notifyRemove method

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

Implementation

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