PurchaseErrorEvent constructor

PurchaseErrorEvent({
  1. required PurchaseError error,
})

Implementation

PurchaseErrorEvent({required this.error});