refreshAll static method

void refreshAll()

Implementation

static void refreshAll() {
  for (dynamic c in _controllers.values) {
    c.refresh();
  }
}