untilFirst method

void untilFirst()

Implementation

void untilFirst() => until((route) => route.isFirst);