VerifyInAppPurchaseWithoutEndpointAction constructor
VerifyInAppPurchaseWithoutEndpointAction({
- required Map body,
- required String path,
- required String storeName,
- required String productID,
- required PurchaseDetail purchaseDetail,
Implementation
VerifyInAppPurchaseWithoutEndpointAction({
required this.body,
required this.path,
required this.storeName,
required this.productID,
required this.purchaseDetail,
}) : super("$path", body);