offUntil<T> abstract method
Implementation
Future<T?> offUntil<T>(
Widget Function() page,
bool Function(FlowerPage) predicate, [
Object? arguments,
]);
Future<T?> offUntil<T>(
Widget Function() page,
bool Function(FlowerPage) predicate, [
Object? arguments,
]);