rollbackTransaction method

bool rollbackTransaction()

Rollback the current transaction, undoing any recorded changes. This just calls UndoManager#rollbackTransaction. @return {boolean} the value returned by UndoManager#rollbackTransaction.

Implementation

_i2.bool rollbackTransaction() => _i4.callMethod(
      this,
      'rollbackTransaction',
      [],
    );