toNamedRemoveUntilReplace method

void toNamedRemoveUntilReplace(
  1. String route
)

Implementation

void toNamedRemoveUntilReplace(String route) => Navigator.of(this).pushNamedAndRemoveUntil(route, (route) => false);