AssignGooglePlayTransaction constructor

AssignGooglePlayTransaction({
  1. String? extra,
  2. int? client_id,
  3. string? package_name,
  4. string? store_product_id,
  5. string? purchase_token,
  6. StorePaymentPurpose? purpose,
})

Implementation

AssignGooglePlayTransaction({
  super.extra,
  super.client_id,
  this.package_name,
  this.store_product_id,
  this.purchase_token,
  this.purpose,
});