beforeElementAttributeMutation method
- @protected
Intercepts DOM element attribute mutations.
Implementation
@protected
void beforeElementAttributeMutation({
required Element element,
required String attributeName,
required String? oldValue,
required String? newValue,
}) {}