PagePredicate typedef
Signature for the AppRouterDelegate.popUntil predicate argument.
Implementation
typedef PagePredicate = bool Function(RoutePage<dynamic> page);
Signature for the AppRouterDelegate.popUntil predicate argument.
typedef PagePredicate = bool Function(RoutePage<dynamic> page);