fireNodeRemoved

fun fireNodeRemoved(child: StateNode?, parent: StateNode, index: Int)(source)

Informs listeners that child has been removed from this model, but was formerly the indexth child of parent.

If child has children nodes itself, then you must not invoke this method on those children.

Does nothing if child is null.