getSubCollection method Null safety
override
Implementation
@override
dynamic getSubCollection(String documentId, String name) {
return presentationCollection.doc(documentId).collection(name);
}
@override
dynamic getSubCollection(String documentId, String name) {
return presentationCollection.doc(documentId).collection(name);
}