enablePendingPurchase property

  1. @Deprecated('The requirement to call `enablePendingPurchases()` has become obsolete ' "since Google Play no longer accepts app submissions that don't support " 'pending purchases.')
bool enablePendingPurchase

Whether pending purchase is enabled.

Deprecation warning: it is no longer required to call enablePendingPurchases when initializing your application. From now on this is handled internally and the enablePendingPurchase property will always return true.

See also enablePendingPurchases for more on pending purchases.

Implementation

@Deprecated(
    'The requirement to call `enablePendingPurchases()` has become obsolete '
    "since Google Play no longer accepts app submissions that don't support "
    'pending purchases.')
static bool get enablePendingPurchase => true;