rollback method
Rolls this transaction back.
Implementation
Future rollback() {
_checkSealed(changeState: _transactionRolledBack, allowFailed: true);
return db.datastore.rollback(_datastoreTransaction);
}
Rolls this transaction back.
Future rollback() {
_checkSealed(changeState: _transactionRolledBack, allowFailed: true);
return db.datastore.rollback(_datastoreTransaction);
}