unwatched abstract method

void unwatched()

Called when this node no longer has subscribers.

Implementations release dependency links or dispose resources that are only needed while the node is observed.

Implementation

void unwatched();