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