getStats method

Future<SourceStats> getStats()

Get statistics about stored sources and chunks.

Implementation

Future<SourceStats> getStats() => _engine!.getStats();