batchUpdates method

void batchUpdates(
  1. void updates()
)

Applies synchronous state writes atomically with one watcher update.

Implementation

void batchUpdates(void Function() updates) => store.batchUpdates(updates);