update method

dynamic update(
  1. dynamic newValue
)

Implementation

update(newValue) {
  _search.add(newValue);
}