collection method

CollectionReferencePlatform collection(
  1. String collectionPath
)

Gets a CollectionReferencePlatform for the specified Firestore path.

Implementation

CollectionReferencePlatform collection(String collectionPath) {
  throw UnimplementedError('collection() is not implemented');
}