clearTransactions method
void
clearTransactions()
Removes all transactions from the message.
Implementation
void clearTransactions() {
transactions.clear();
}
Removes all transactions from the message.
void clearTransactions() {
transactions.clear();
}