stream property

Stream<Snapshot<T>> stream

The stream of state updates. Listen to this with a StreamBuilder

Implementation

Stream<Snapshot<T>> get stream => _streamController.stream;