popUntilFirst<T> method

void popUntilFirst<T>()

Implementation

void popUntilFirst<T>()
{
  popUntil((route) => route.isFirst);
}