dismissByKey

open override fun dismissByKey(key: String)

Dismiss a suggestion by its dismissal key.

Dismissed suggestions cannot be fetched again.

Prefer SuggestStore::dismiss_by_suggestion if you have a crate::Suggestion. This method is intended for cases where a suggestion originates outside this component.