onPopPageWithRouteMatch property

PopPageWithRouteMatchCallback onPopPageWithRouteMatch
final

A callback called when a route produced by match is about to be popped with the result.

If this method returns true, this builder pops the route and match.

If this method returns false, this builder aborts the pop.

Implementation

final PopPageWithRouteMatchCallback onPopPageWithRouteMatch;