cancel method

void cancel(
  1. String reason
)

Implementation

void cancel(String reason) {
  transaction.cancel(reason);
}