VerifyPurchaseAppleOptions constructor

const VerifyPurchaseAppleOptions({
  1. required String sku,
})

Implementation

const VerifyPurchaseAppleOptions({
  /// Product SKU to validate
  required this.sku,
});