onChildRemoved method

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

Callback used to notify a node that one of it's children has been removed.

Implementation

void onChildRemoved(String name, Node node) {}