count method

Future<int> count()

Implementation

Future<int> count() =>
    aggregate<int>(AggregationOp.count).then((value) => value!);