VerifyInAppPurchaseWithEndpointAction constructor

VerifyInAppPurchaseWithEndpointAction({
  1. required Map body,
  2. required String path,
  3. required String storeName,
  4. required String productID,
  5. required PurchaseDetail purchaseDetail,
})

Implementation

VerifyInAppPurchaseWithEndpointAction(
    {required this.body,
    required this.path,
    required this.storeName,
    required this.productID,
    required this.purchaseDetail})
    : super("$path", body);