next abstract method

Future<Page<T>> next({
  1. int pageSize,
})

Move to the next page.

The future returned completes with the next page or results.

Throws if next is called on the last page.

Implementation

Future<Page<T>> next({int pageSize});