VerifyPurchaseProps constructor

const VerifyPurchaseProps({
  1. VerifyPurchaseAndroidOptions? androidOptions,
  2. required String sku,
})

Implementation

const VerifyPurchaseProps({
  /// Android-specific validation options
  this.androidOptions,
  /// Product SKU to validate
  required this.sku,
});