toNamedRemoveUntil method

void toNamedRemoveUntil(
  1. String route
)

Implementation

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