toNamedAndOffUntil<T> abstract method
Implementation
Future<T?> toNamedAndOffUntil<T>(
String page,
bool Function(FlowerPage) predicate, [
Object? data,
]);
Future<T?> toNamedAndOffUntil<T>(
String page,
bool Function(FlowerPage) predicate, [
Object? data,
]);