cancel abstract method

Future<void> cancel()

Cancels the transaction. Subsequent calls to the database will have no effect and might throw an exception depending on driver.

Implementation

Future<void> cancel();