sendForwardMessage method
Send forward message;
This function solely works when TIMUIKitChatController is specified for use within a TIMUIKitChat.
Implementation
sendForwardMessage({
required List<V2TimConversation> conversationList,
}) async {
model?.sendForwardMessage(conversationList: conversationList);
}