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