popUntilFirst method
perform a continuous pop until the first route
Implementation
void popUntilFirst() => popUntil((route) => route.isFirst);
perform a continuous pop until the first route
void popUntilFirst() => popUntil((route) => route.isFirst);