onValue property

Stream<QueryEvent> onValue

Stream for a value event. Event is triggered once with the initial data stored at location, and then again each time the data changes.

Implementation

Stream<QueryEvent> get onValue => _onValue;