updateList method

void updateList(
  1. String name
)

Implementation

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