before abstract method

FutureOr<Page<T, C>?> before(
  1. K? key,
  2. C? cursor,
  3. int count
)

Fetches the Page before the provided key or cursor.

Implementation

FutureOr<Page<T, C>?> before(K? key, C? cursor, int count);