endBatch method
void
endBatch()
Implementation
void endBatch() {
_isBatchMode = false;
if (hasListeners) {
notifyListeners();
}
}
void endBatch() {
_isBatchMode = false;
if (hasListeners) {
notifyListeners();
}
}