updateEntity method
Update a DocumentEntity in the repository, cached
Implementation
@override
Future<DocumentEntity> updateEntity(String documentID, DocumentEntity value) {
return reference.updateEntity(documentID, value);
}
Update a DocumentEntity in the repository, cached
@override
Future<DocumentEntity> updateEntity(String documentID, DocumentEntity value) {
return reference.updateEntity(documentID, value);
}