isAuthorized property
final
Optional authorization check that returns true
when the user is
allowed to access this route.
Implementation
final Future<bool> Function(CurrentRoute currentRoute)? isAuthorized;
Optional authorization check that returns true
when the user is
allowed to access this route.
final Future<bool> Function(CurrentRoute currentRoute)? isAuthorized;