send method
Send a response to the channel.
Implementation
@override
Future<void> send(ChannelResponse response) async {
sentResponses.add(response);
}
Send a response to the channel.
@override
Future<void> send(ChannelResponse response) async {
sentResponses.add(response);
}