batchUpdates method
void
batchUpdates(
- void updates()
Applies synchronous updates atomically and coalesces watcher changes.
Implementation
void batchUpdates(void Function() updates) {
_batchStoreUpdates(this, updates);
}