NavPushReplaceUntil<T> constructor

NavPushReplaceUntil<T>(
  1. String routeName,
  2. bool predicate(
    1. Route
    ),
  3. Object? arguments
)

Implementation

NavPushReplaceUntil(this.routeName, this.predicate, this.arguments);