error property

IAPError? error
getter/setter pair

The error details when the status is PurchaseStatus.error.

The value is null if status is not PurchaseStatus.error.

Implementation

IAPError? error;