sendDocumentMessage method

Future<String> sendDocumentMessage(
  1. String jid,
  2. String documentPath,
  3. String replyMessageId, {
  4. String? fileUrl,
  5. String? topicId,
})

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