collection abstract method
Gets a CollectionReference instance that refers to the collection at the specified path, relative from this DocumentReference.
Implementation
CollectionReference<Map<String, dynamic>> collection(String collectionPath);
Gets a CollectionReference instance that refers to the collection at the specified path, relative from this DocumentReference.
CollectionReference<Map<String, dynamic>> collection(String collectionPath);