startBatch method

void startBatch()

Begin a new batch

Implementation

void startBatch() {
  _batch.clear();
}