replyEventName method

String replyEventName(
  1. String? ref
)

Implementation

String replyEventName(String? ref) {
  return 'chan_reply_$ref';
}