getMatchedCssRules method
Returns all CSS rules that apply to the element's pseudo-element.
Implementation
@JSName('getMatchedCSSRules')
/// Returns all CSS rules that apply to the element's pseudo-element.
List<CssRule> getMatchedCssRules(Element? element, String? pseudoElement) {
return const <CssRule>[];
}