onNodeVisibilityChanged method
Called when a node's visibility changes.
Override this method to respond when a tracked node becomes visible or hidden.
Implementation
void onNodeVisibilityChanged(String nodeId, bool isVisible) {
// Default implementation does nothing
}