beginHistoryBatch method
void
beginHistoryBatch()
Starts batching subsequent changes into one undo entry.
Implementation
void beginHistoryBatch() {
_historyBatchDepth += 1;
}
Starts batching subsequent changes into one undo entry.
void beginHistoryBatch() {
_historyBatchDepth += 1;
}