rollback method
Rollback the transaction without applying changes.
Implementation
void rollback() {
_committed = true;
_updates.clear();
}
Rollback the transaction without applying changes.
void rollback() {
_committed = true;
_updates.clear();
}