beginCompoundOperation method
Begin a compound operation that should be undone as a single unit.
Call endCompoundOperation when done.
Implementation
CompoundOperationHandle beginCompoundOperation() {
return CompoundOperationHandle._(this);
}
Begin a compound operation that should be undone as a single unit.
Call endCompoundOperation when done.
CompoundOperationHandle beginCompoundOperation() {
return CompoundOperationHandle._(this);
}