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