toNamedAndOffUntil<T> abstract method

Future<T?> toNamedAndOffUntil<T>(
  1. String page,
  2. bool predicate(
    1. GetPage
    ), [
  3. Object? data
])

Implementation

Future<T?> toNamedAndOffUntil<T>(
  String page,
  bool Function(GetPage) predicate, [
  Object? data,
]);