resetDetectRunningIDEs method
void
resetDetectRunningIDEs()
Resets the cache for detectRunningIDEsCached.
Implementation
void resetDetectRunningIDEs() {
cachedRunningIDEs.clear();
hasCachedResults.value = false;
}
Resets the cache for detectRunningIDEsCached.
void resetDetectRunningIDEs() {
cachedRunningIDEs.clear();
hasCachedResults.value = false;
}