cancelTransaction method

Future<bool> cancelTransaction()

Cancel a running transaction.

Implementation

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