error property

IAPError? error
final

A caught platform exception thrown while querying the purchases.

The value is null if there is no error.

It's possible for this to be null but for there still to be notFoundIds in cases where the request itself was a success but the requested IDs could not be found.

Implementation

final IAPError? error;