AutoRouteGuard.simple constructor
AutoRouteGuard.simple(
- String? debugLabel,
Builds a simple instance that takes in the OnNavigation callback
Implementation
factory AutoRouteGuard.simple(OnNavigation onNavigation, {String? debugLabel}) = AutoRouteGuardCallback;