RequestVerifyPurchaseWithIapkitGoogleProps constructor

const RequestVerifyPurchaseWithIapkitGoogleProps({
  1. required String purchaseToken,
})

Implementation

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