debugConsumeWhenPurchaseCompleted property
bool
get
debugConsumeWhenPurchaseCompleted
If type is PurchaseProductType.nonConsumable, returns true if the product is automatically consumed when the purchase is completed.
Please use for debugging purposes.
typeがPurchaseProductType.nonConsumableの場合、購入完了時に自動的に消費する場合trueを返します。
デバッグ用でご利用ください。
Implementation
bool get debugConsumeWhenPurchaseCompleted =>
_debugConsumeWhenPurchaseCompleted;