deniedAccessRouteOfRoute method

String? deniedAccessRouteOfRoute(
  1. String route
)

Should return the route to redirect if route is not accessible.

Same behavior of deniedAccessRoute.

Implementation

String? deniedAccessRouteOfRoute(String route) => null;