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