PurchaseOptions constructor

const PurchaseOptions({
  1. bool? alsoPublishToEventListenerIOS,
  2. bool? onlyIncludeActiveItemsIOS,
})

Implementation

const PurchaseOptions({
  this.alsoPublishToEventListenerIOS,
  this.onlyIncludeActiveItemsIOS,
});