notifyNodeInsertedInternal method

void notifyNodeInsertedInternal(
  1. Node root
)

Implementation

void notifyNodeInsertedInternal(Node root) {
  if (!isConnected) return;
  root.isConnected = isConnected;
}