Export chat conversation

To export a chat conversation of a user, or a group call the below method.

Mirrorfly.exportChatConversationToEmail(jid: JID, flyCallBack: (FlyResponse response) async {
if(response.isSuccess && response.hasData) {
var data = exportModelFromJson(response.data);
}
});
ArgumentTypeDescription
JIDStringjid of the user/group
flyCallbackFlyResponsecallback to observe the action status