around abstract method
- K? key,
- C? cursor,
- 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);