commit method

bool commit()

Commits the transaction.

Returns true on success, false on failure.

Implementation

bool commit() => _backend.commitTransaction(_txnId);