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