isTermInStash method
- String searchTerm
Get the contents of the Stash.
Implementation
bool isTermInStash(String searchTerm) {
return isTermInSearchHistory(historyKey: stashKey, searchTerm: searchTerm);
}
Get the contents of the Stash.
bool isTermInStash(String searchTerm) {
return isTermInSearchHistory(historyKey: stashKey, searchTerm: searchTerm);
}