stopObservingTransactionQueue method

Future<void> stopObservingTransactionQueue()

Instructs the iOS implementation to remove the transaction observer and stop listening to it.

Call this when there are no longer any listeners subscribed to the InAppPurchaseStoreKitPlatform.purchaseStream.

Implementation

Future<void> stopObservingTransactionQueue() =>
    _hostApi.stopObservingPaymentQueue();