offNamedUntil<T> abstract method
Replaces routes until the specified named route page
is reached.
Implementation
Future<T?>? offNamedUntil<T>(
String page, {
bool Function(GetPage route)? predicate,
dynamic arguments,
String? id,
Map<String, String>? parameters,
});