RoutePredicate typedef
Signature for the Navigator.popUntil predicate argument.
Implementation
typedef RoutePredicate = bool Function(Route<dynamic> route);
Signature for the Navigator.popUntil predicate argument.
typedef RoutePredicate = bool Function(Route<dynamic> route);