clearStash method

void clearStash()

Clear the contents of the Stash.

Implementation

void clearStash() {
  clearSearchHistory(historyKey: stashKey);
}