beginCompoundOperation method

CompoundOperationHandle beginCompoundOperation()

Begin a compound operation that should be undone as a single unit. Call endCompoundOperation when done.

Implementation

CompoundOperationHandle beginCompoundOperation() {
  return CompoundOperationHandle._(this);
}