pendingCompletePurchase property

  1. @override
bool pendingCompletePurchase

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.

  • See also InAppPurchasePlatform.completePurchase for more details on completing purchases.

Implementation

@override
bool get pendingCompletePurchase => _pendingCompletePurchase;
void pendingCompletePurchase=(bool _pendingCompletePurchase)
inherited

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.

  • See also InAppPurchasePlatform.completePurchase for more details on completing purchases.

Implementation

bool pendingCompletePurchase = false;