RequestVerifyPurchaseWithIapkitAppleProps constructor

const RequestVerifyPurchaseWithIapkitAppleProps({
  1. required String jws,
})

Implementation

const RequestVerifyPurchaseWithIapkitAppleProps({
  required this.jws,
});