QPurchaseException constructor

const QPurchaseException(
  1. String code,
  2. String message,
  3. String? additionalMessage, {
  4. required bool isUserCancelled,
})

Implementation

const QPurchaseException(
  this.code,
  this.message,
  this.additionalMessage, {
  required this.isUserCancelled,
});