getStats method
Get statistics about stored sources and chunks.
Implementation
Future<SourceStats> getStats({String? collectionId}) async {
final service = await _serviceForCollection(collectionId);
return service.getStats();
}
Get statistics about stored sources and chunks.
Future<SourceStats> getStats({String? collectionId}) async {
final service = await _serviceForCollection(collectionId);
return service.getStats();
}