batchUpdates method
void
batchUpdates(
- void updates()
Applies synchronous state writes atomically with one watcher update.
Implementation
void batchUpdates(void Function() updates) => store.batchUpdates(updates);