popUntil method

void popUntil(
  1. String route
)

Implementation

void popUntil(String route) => _state?.popUntil(ModalRoute.withName(route));