canNavigate abstract method

Future<bool> canNavigate(
  1. RouteMatch route
)

Whether this route navigation is allowed

Implementation

Future<bool> canNavigate(RouteMatch route);