collection method

GeoFireCollectionRef collection({
  1. required Query<Object?> collectionRef,
})

Implementation

GeoFireCollectionRef collection({required Query collectionRef}) {
  return GeoFireCollectionRef(collectionRef);
}