reply method

void reply(
  1. T? msg
)

Implementation

void reply(T? msg) {
  channel._sendReply(msg, msgId);
}