VerifyPurchaseException constructor
const
VerifyPurchaseException(
- VerifyPurchaseErrorCode code,
- String message, {
- int? statusCode,
- int? storeErrorCode,
- Object? cause,
Implementation
const VerifyPurchaseException(
this.code,
this.message, {
this.statusCode,
this.storeErrorCode,
this.cause,
});