reloadAll static method

void reloadAll()

Implementation

static void reloadAll() {
  for (dynamic c in _controllers.values) {
    c.reload();
  }
}