rollback method

bool rollback()

Rolls back the transaction.

Returns true on success, false on failure.

Implementation

bool rollback() => _backend.rollbackTransaction(_txnId);