get method

Returns an AggregateQuerySnapshotPlatform with the count of the documents that match the query.

Implementation

Future<AggregateQuerySnapshotPlatform> get({
  required AggregateSource source,
}) async {
  throw UnimplementedError('get() is not implemented');
}