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