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