collectionGroup method

  1. @override
Query<Map<String, dynamic>> collectionGroup(
  1. String collectionPath
)
override

Gets a Query for the specified collection group.

Implementation

@override
Query<Map<String, dynamic>> collectionGroup(String collectionPath) {
  // TODO: implement collectionGroup
  throw UnimplementedError();
}