DataChunker<DataType, CursorType> typedef

DataChunker<DataType, CursorType> = Future<List<DataType>> Function(CursorType? cursor, int limit)

Implementation

typedef DataChunker<DataType, CursorType> = Future<List<DataType>> Function(
  CursorType? cursor,
  int limit,
);