Recently I tried using the Freshchat’s Flutter SDK on my project. Looking at the documentation; there is this method to load the topics (Conversations) by calling `Freshchat.showConversations();` but this loads a default UI. I want to have my own UI for this along with the conversation when a topic is tapped.
I’m thinking of using the API to achieve this but still looking for simpler ways.
Using API, I can load the topics/Channels but not sure how to load the messages from agent and requester once the topic(Channel) is tapped.