popUntilInitiatorPage<T> abstract method
Pops the pages until the current navigator. Use this in the lastPageCallback to pop until the initiator page.
Implementation
void popUntilInitiatorPage<T>(BuildContext context, {T? popResult});