popUntil abstract method

void popUntil(
  1. Key key
)

Removes widgets from the stack until the given type of widget is found.

Implementation

void popUntil(Key key);