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