toNamedAndOffUntil<T> abstract method
Navigates to the named route page
and clears routes until the predicate is met.
Implementation
Future<T?> toNamedAndOffUntil<T>(
String page,
bool Function(GetPage) predicate, [
Object? data,
]);