getChunksV2<T> abstract method

Future<List<T>> getChunksV2<T>(
  1. String startIndex,
  2. String endIndex
)

Implementation

Future<List<T>> getChunksV2<T>(String startIndex, String endIndex);