onChildAdded property

Stream<QueryEvent> onChildAdded

Stream for a child_added event. Event is triggered once for each initial child at location, and then again every time a new child is added.

Implementation

Stream<QueryEvent> get onChildAdded => _onChildAdded;