RequestVerifyPurchaseWithIapkitProps constructor

const RequestVerifyPurchaseWithIapkitProps({
  1. String? apiKey,
  2. RequestVerifyPurchaseWithIapkitAppleProps? apple,
  3. RequestVerifyPurchaseWithIapkitGoogleProps? google,
})

Implementation

const RequestVerifyPurchaseWithIapkitProps({
  /// API key used for the Authorization header (Bearer {apiKey}).
  this.apiKey,
  /// Apple App Store verification parameters.
  this.apple,
  /// Google Play Store verification parameters.
  this.google,
});