reply property

(void Function(dynamic)?) reply

The channel method to be used for sending data back.

Implementation

void Function(dynamic)? get reply =>
    inspectResponse ? client?.inspectAndReply : client?.reply;