collectionGroup method
Gets a Query
for the specified collection group.
Implementation
@override
Query<Map<String, dynamic>> collectionGroup(String collectionPath) {
// TODO: implement collectionGroup
throw UnimplementedError();
}
Gets a Query
for the specified collection group.
@override
Query<Map<String, dynamic>> collectionGroup(String collectionPath) {
// TODO: implement collectionGroup
throw UnimplementedError();
}