didUnmountElement abstract method

void didUnmountElement(
  1. Element element
)

Executed when a child element is unmounted from the Element tree. You should release any resources associated with the element.

Implementation

void didUnmountElement(Element element);