PurchasesError constructor
const
PurchasesError(
- PurchasesErrorCode code,
- String message,
- String underlyingErrorMessage,
- String readableErrorCode,
Implementation
const PurchasesError(
this.code,
this.message,
this.underlyingErrorMessage,
this.readableErrorCode,
);