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