GuardResult.allow constructor

GuardResult.allow()

Allows navigation to proceed to the target route.

Implementation

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