collectionGroup method

  1. @override
QueryPlatform collectionGroup(
  1. String collectionPath
)

Gets a QueryPlatform for the specified collection group.

Implementation

@override
QueryPlatform collectionGroup(String collectionPath) {
  return QueryWeb(
      this, collectionPath, _delegate.collectionGroup(collectionPath),
      isCollectionGroupQuery: true);
}