RequestVerifyPurchaseWithIapkitProps constructor
const
RequestVerifyPurchaseWithIapkitProps({
- RequestVerifyPurchaseWithIapkitAmazonProps? amazon,
- String? apiKey,
- RequestVerifyPurchaseWithIapkitAppleProps? apple,
- String? baseUrl,
- RequestVerifyPurchaseWithIapkitGoogleProps? google,
- bool? includeClientPayload,
Implementation
const RequestVerifyPurchaseWithIapkitProps({
this.amazon,
this.apiKey,
this.apple,
this.baseUrl,
this.google,
this.includeClientPayload,
});