AdjustAppStorePurchase constructor

AdjustAppStorePurchase(
  1. String? receipt,
  2. String? productId,
  3. String? transactionId
)

Implementation

AdjustAppStorePurchase(this.receipt, this.productId, this.transactionId);