clearDictionaryResultsCache method
Used when a dictionary is added or removed as those results may now be wrong.
Implementation
void clearDictionaryResultsCache() {
_dictionarySearchCache.clear();
}
Used when a dictionary is added or removed as those results may now be wrong.
void clearDictionaryResultsCache() {
_dictionarySearchCache.clear();
}