AdjustPlayStoreSubscription constructor

AdjustPlayStoreSubscription(
  1. String _price,
  2. String _currency,
  3. String _sku,
  4. String _orderId,
  5. String _signature,
  6. String _purchaseToken,
)

Implementation

AdjustPlayStoreSubscription(
  this._price,
  this._currency,
  this._sku,
  this._orderId,
  this._signature,
  this._purchaseToken) {
  _billingStore = "GooglePlay";
  _callbackParameters = new Map<String, String>();
  _partnerParameters = new Map<String, String>();
}