sendDocumentMessage method
This method is used to send the document message.
Implementation
Future<String> sendDocumentMessage(
String jid, String documentPath, String replyMessageId,
{String? fileUrl, String? topicId}) {
throw UnimplementedError('has not been implemented.');
}