PurchaseOptions constructor

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

Implementation

const PurchaseOptions({
  /// Also emit results through the iOS event listeners
  this.alsoPublishToEventListenerIOS,

  /// Limit to currently active items on iOS
  this.onlyIncludeActiveItemsIOS,
});