popUntilNamedRoute method

void popUntilNamedRoute(
  1. String routeName
)

Pops until a specific route is reached.

routeName is the name of the route to pop until.

Implementation

void popUntilNamedRoute(String routeName) {
  Go.withKey(this).popUntilNamedRoute(routeName);
}