GuardResult.allow constructor
GuardResult.allow()
Creates a guard result permitting navigation to proceed.
Implementation
factory GuardResult.allow() => const GuardResult._(isAllowed: true);
Creates a guard result permitting navigation to proceed.
factory GuardResult.allow() => const GuardResult._(isAllowed: true);