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