sendContactMessage static method
Implementation
static Future<dynamic> sendContactMessage(List<String> contactList, String jid, String contactName, String replyMessageId, {String? topicId}) {
return FlyChatFlutterPlatform.instance.sendContactMessage(contactList, jid, contactName, replyMessageId, topicId: topicId);
}