commit method
Commits the transaction.
Returns true on success, false on failure.
Implementation
bool commit() => _backend.commitTransaction(_txnId);
Commits the transaction.
Returns true on success, false on failure.
bool commit() => _backend.commitTransaction(_txnId);