next abstract method

Future<Paged<T>?> next()

Get a next set of items from a resource asynchronously.

Returns null if a next set of items isn't available.

Implementation

Future<Paged<T>?> next();