stats method

Future<({int bytes, int entries})> stats()

Implementation

Future<({int entries, int bytes})> stats() async => (entries: 0, bytes: 0);