RequestVerifyPurchaseWithIapkitGoogleProps constructor
const
RequestVerifyPurchaseWithIapkitGoogleProps({
- required String purchaseToken,
Implementation
const RequestVerifyPurchaseWithIapkitGoogleProps({
/// The token provided to the user's device when the product or subscription was purchased.
required this.purchaseToken,
});