Paginator<DataType, CursorType> typedef
Paginator<DataType, CursorType> =
Future<Chunk<DataType, CursorType> > Function(Chunk<DataType, CursorType> chunk)
Implementation
typedef Paginator<DataType, CursorType> = Future<Chunk<DataType, CursorType>>
Function(Chunk<DataType, CursorType> chunk);