exportChatConversationToEmail method

Future<void> exportChatConversationToEmail(
  1. String jid,
  2. dynamic callback(
    1. FlyResponse response
    )?
)

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.');
}