send abstract method

Future<void> send(
  1. ChannelResponse response
)

Send a response to the channel.

Implementation

Future<void> send(ChannelResponse response);