stream property
The stream that this controller is controlling.
Implementation
@override
ReplayStream<T> get stream => _ReplaySubjectStream(this);
The stream that this controller is controlling.
@override
ReplayStream<T> get stream => _ReplaySubjectStream(this);