pendingCompletePurchase property

bool pendingCompletePurchase
getter/setter pair

The developer has to call InAppPurchasePlatform.completePurchase if the value is true and the product has been delivered to the user.

The initial value is false.

Implementation

bool pendingCompletePurchase = false;