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