PagePredicate typedef

PagePredicate = bool Function(FFPage page)

Signature for the FFRouterDelegate.popUntil predicate argument.

Implementation

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