StreamNotifier<T> constructor
StreamNotifier<T> (
- Stream<
T> stream
Wraps the stream
.
Implementation
StreamNotifier(Stream<T> stream) : _stream = stream;
Wraps the stream
.
StreamNotifier(Stream<T> stream) : _stream = stream;