GuardResult.allow constructor
GuardResult.allow()
Allows navigation to proceed to the target route.
Implementation
factory GuardResult.allow() => const GuardResult._(isAllowed: true);
Allows navigation to proceed to the target route.
factory GuardResult.allow() => const GuardResult._(isAllowed: true);