collectionWithConverter<T> method

GeoFireCollectionWithConverterRef<T> collectionWithConverter<T>({
  1. required Query<T> collectionRef,
})

Implementation

GeoFireCollectionWithConverterRef<T> collectionWithConverter<T>({
  required Query<T> collectionRef,
}) {
  return GeoFireCollectionWithConverterRef<T>(collectionRef);
}