InAppPaymentsException constructor

InAppPaymentsException(
  1. String _code,
  2. String? message,
  3. String debugCode,
  4. String? debugMessage,
)

Implementation

InAppPaymentsException(
    this._code, this.message, this.debugCode, this.debugMessage);