popUntilInitiatorPage<T> abstract method

void popUntilInitiatorPage<T>(
  1. BuildContext context, {
  2. T? popResult,
})

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});