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