customCollection method

GeoFireCollectionRef customCollection({
  1. required Query<Map<String, dynamic>> collectionRef,
})

Implementation

GeoFireCollectionRef customCollection({
  required Query<Map<String, dynamic>> collectionRef,
}) {
  return GeoFireCollectionRef(collectionRef);
}