batchUpdates method

void batchUpdates(
  1. void updates()
)

Applies synchronous updates atomically and coalesces watcher changes.

Implementation

void batchUpdates(void Function() updates) {
  _batchStoreUpdates(this, updates);
}