removedTransactions abstract method
Triggered when any transactions are removed from the payment queue.
Implementation
void removedTransactions({
required List<SKPaymentTransactionWrapper> transactions,
});
Triggered when any transactions are removed from the payment queue.
void removedTransactions({
required List<SKPaymentTransactionWrapper> transactions,
});