onChildAdded method

void onChildAdded(
  1. String name,
  2. Node node
)

Callback used to notify a node that a child has been added to it.

Implementation

void onChildAdded(String name, Node node) {}