stream method

void stream(
  1. Stream<T> stream
)

Implementation

void stream(Stream<T> stream) => _streamController.addStream(stream);