getStats method
Get statistics about stored sources and chunks.
Implementation
Future<SourceStats> getStats() async {
return await getSourceStats(dbPath: dbPath);
}
Get statistics about stored sources and chunks.
Future<SourceStats> getStats() async {
return await getSourceStats(dbPath: dbPath);
}