pipe abstract method

Future<void> pipe(
  1. Stream<T> stream
)

Pipes the content of stream into the channel

Implementation

Future<void> pipe(Stream<T> stream);