sendContactMessage method

Future<String> sendContactMessage(
  1. List<String> contactList,
  2. String jid,
  3. String contactName,
  4. String replyMessageId, {
  5. String? topicId,
})

This method is used to send the contact message.

Implementation

Future<String> sendContactMessage(List<String> contactList, String jid,
    String contactName, String replyMessageId,
    {String? topicId}) {
  throw UnimplementedError('has not been implemented.');
}