clearQuery method

void clearQuery()

Clear the search query.

Implementation

void clearQuery() {
  state = '';
}