unwatched abstract method

void unwatched(
  1. ReactiveNode sub
)

Called when a node no longer has any subscribers watching it.

This allows the system to perform cleanup for nodes that are no longer being observed.

Implementation

void unwatched(ReactiveNode sub);