sendDocumentMessage static method
Implementation
static Future<dynamic> sendDocumentMessage(String jid, String documentPath, String replyMessageId, {String? fileUrl, String? topicId}) {
return FlyChatFlutterPlatform.instance.sendDocumentMessage(jid, documentPath, replyMessageId, fileUrl: fileUrl, topicId: topicId);
}