markForPop abstract method
- dynamic result
Marks the route to be popped with transition.
During TransitionDelegate.resolve, this can be called on an exiting route to indicate that the route should be popped off the Navigator with an animated transition.
Implementation
void markForPop([dynamic result]);