GuardResult.allow constructor

GuardResult.allow()

Creates a guard result permitting navigation to proceed.

Implementation

factory GuardResult.allow() => const GuardResult._(isAllowed: true);