countSync method

int? countSync()

Implementation

int? countSync() => aggregateSync<int>(AggregationOp.count);