Pops until a certain route is reached
void popScreenUntil(bool Function(Route<dynamic>) predicate) { Navigator.popUntil(this, predicate); }