getStash method

List<String> getStash()

Get the contents of the Stash.

Implementation

List<String> getStash() {
  return getSearchHistory(historyKey: stashKey);
}