getReplyInThreadOption method

CometChatMessageOption getReplyInThreadOption(
  1. BuildContext context
)

Implementation

CometChatMessageOption getReplyInThreadOption(BuildContext context) {
  return CometChatMessageOption(
      id: MessageOptionConstants.replyInThreadMessage,
      title: Translations.of(context).reply,
      icon: AssetConstants.thread,
      packageName: UIConstants.packageName);
}