endBatch method

void endBatch()

Implementation

void endBatch() {
  _isBatchMode = false;
  notifyListeners();
}