sum method

Returns an AggregateQuerySnapshotPlatform with the sum of the values of the documents that match the query.

Implementation

AggregateQueryPlatform sum(
  String field,
) {
  throw UnimplementedError('sum() is not implemented');
}