getStash method
Get the contents of the Stash.
Implementation
List<String> getStash() {
return getSearchHistory(historyKey: stashKey);
}
Get the contents of the Stash.
List<String> getStash() {
return getSearchHistory(historyKey: stashKey);
}