cancelTransaction method

Future<void> cancelTransaction()

Cancel the current transaction

Implementation

Future<void> cancelTransaction() {
  throw UnimplementedError('cancelTransaction() has not been implemented.');
}