changeRegShipSummary method

dynamic changeRegShipSummary({
  1. required ShippingSummary model,
  2. String? orderGroupID,
})

Implementation

changeRegShipSummary({required ShippingSummary model, String? orderGroupID}) {
  submitModel.regularShippingSummary.first = model;
  calculateTotal(orderGroupID: orderGroupID);
  update();
}