clearStyleSheetCache function
void
clearStyleSheetCache()
Clears the stylesheet cache.
Useful for testing or when stylesheets should be re-parsed (e.g., during hot reload).
Implementation
void clearStyleSheetCache() {
_stylesheetCache.clear();
}