backUntil method

void backUntil(
  1. String route
)

Implementation

void backUntil(String route) => until((r) => r.settings.name == route);