beforeElementChildrenMutation method

  1. @protected
void beforeElementChildrenMutation({
  1. required Element element,
})

Intercepts DOM text changes.

Implementation

@protected
void beforeElementChildrenMutation({required Element element}) {}