getChunkExcerpts abstract method

Future<List<ChunkExcerptResult>> getChunkExcerpts({
  1. required Int64List chunkIds,
  2. required int maxBytes,
})

Implementation

Future<List<ChunkExcerptResult>> getChunkExcerpts({
  required Int64List chunkIds,
  required int maxBytes,
});