VerifyPurchaseConfig constructor

VerifyPurchaseConfig({
  1. AppleConfig? appleConfig,
  2. GooglePlayConfig? googlePlayConfig,
})

Implementation

VerifyPurchaseConfig({this.appleConfig, this.googlePlayConfig});