around abstract method

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

Fetches the Page around the provided key or cursor.

If neither key nor cursor is provided, then fetches the first Page.

Implementation

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