beginBatch method

void beginBatch()

✅ NEW: Batch mode control

Implementation

void beginBatch() {
  _isBatchMode = true;
}