RequestVerifyPurchaseWithIapkitProps constructor
const
RequestVerifyPurchaseWithIapkitProps({
- String? apiKey,
- RequestVerifyPurchaseWithIapkitAppleProps? apple,
- 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,
});