clear method

Future<void> clear()

Clears the active global search and restores the unsearched query/view.

Implementation

Future<void> clear() {
  return _clearSearch();
}