removeAllPurchaseItems method

void removeAllPurchaseItems()

Implementation

void removeAllPurchaseItems() {
  purchaseUnits = [];
}