ChannelCommunication<In, Out, Response> constructor
ChannelCommunication<In, Out, Response> (
- Channel<
In, dynamic, dynamic> input, - Channel<
dynamic, Out, Response> output, { - ChannelAction<
In, Out, Response> ? action,
Implementation
ChannelCommunication(this.input, this.output, {super.action})
: super(input.sink, output.stream);