enablePendingPurchases method

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

Enable the BillingClientWrapper to handle pending purchases.

Deprecation warning: it is no longer required to call enablePendingPurchases when initializing your application.

Implementation

@Deprecated(
    'The requirement to call `enablePendingPurchases()` has become obsolete '
    "since Google Play no longer accepts app submissions that don't support "
    'pending purchases.')
void enablePendingPurchases() {
  // No-op, until it is time to completely remove this method from the API.
}