RequestVerifyPurchaseWithIapkitAppleProps constructor

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

Implementation

const RequestVerifyPurchaseWithIapkitAppleProps({
  /// The JWS token returned with the purchase response.
  required this.jws,
});