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