collection method
Gets a CollectionReference
instance that refers to the collection at the
specified path, relative from this DocumentReference
.
Implementation
@override
CollectionReference<Map<String, dynamic>> collection(String collectionPath) {
// TODO: implement collection
throw UnimplementedError();
}