notifyDouble method

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

Implementation

@internal
void notifyDouble(AppRoute route) =>
    _safeRun(() => onRouteChange(route, RouteActionType.DOUBLE));