void updateList(String name)

Source

void updateList(String name) {
  listChangeController.add(name);
}