resetChangelogCache method
void
resetChangelogCache()
Reset the changelog cache (for testing).
Implementation
void resetChangelogCache() {
changelogCache.value = '';
changelogFetched.value = false;
}
Reset the changelog cache (for testing).
void resetChangelogCache() {
changelogCache.value = '';
changelogFetched.value = false;
}