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