removedTransactions abstract method

void removedTransactions({
  1. required List<SKPaymentTransactionWrapper> transactions,
})

Triggered when any transactions are removed from the payment queue.

Implementation

void removedTransactions({required List<SKPaymentTransactionWrapper> transactions});