collectionGroup method

QueryPlatform collectionGroup(
  1. String collectionPath
)

Gets a QueryPlatform for the specified collection group.

Implementation

QueryPlatform collectionGroup(String collectionPath) {
  throw UnimplementedError('collectionGroup() is not implemented');
}