SKPaymentQueueWrapper constructor

SKPaymentQueueWrapper()

Returns the default payment queue.

We do not support instantiating a custom payment queue, hence the singleton. However, you can override the observer.

Implementation

factory SKPaymentQueueWrapper() {
  return _singleton;
}