updatedTransactions abstract method

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

Triggered when any transactions are updated.

Implementation

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