exportChatConversationToEmail method
This method is used to export the chat conversation to email.
Implementation
Future<void> exportChatConversationToEmail(
String jid, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}