PagePredicate typedef

PagePredicate = bool Function(RoutePage page)

Signature for the AppRouterDelegate.popUntil predicate argument.

Implementation

typedef PagePredicate = bool Function(RoutePage<dynamic> page);