AutoRouteGuardSatisfyingPage constructor

const AutoRouteGuardSatisfyingPage({
  1. required GuardCallback guardCallback,
  2. Key? key,
})

Implementation

const AutoRouteGuardSatisfyingPage({required this.guardCallback, super.key});