VerifyPurchaseException constructor

const VerifyPurchaseException(
  1. VerifyPurchaseErrorCode code,
  2. String message, {
  3. int? statusCode,
  4. int? storeErrorCode,
  5. Object? cause,
})

Implementation

const VerifyPurchaseException(
  this.code,
  this.message, {
  this.statusCode,
  this.storeErrorCode,
  this.cause,
});