updateSearch method

void updateSearch(
  1. String value
)

Implementation

void updateSearch(String value) {
  queue.updateSearch(value);
}