getStream method

Stream<T> getStream()

Implementation

Stream<T> getStream() => _stream ??= controller.stream.asBroadcastStream();