onStash method
- String searchTerm
Action to perform upon using the Stash context option.
Implementation
void onStash(String searchTerm) {
appModel.addToStash(terms: [searchTerm]);
}
Action to perform upon using the Stash context option.
void onStash(String searchTerm) {
appModel.addToStash(terms: [searchTerm]);
}