sendImageMessage static method
dynamic
sendImageMessage(})
Implementation
static sendImageMessage(String jid, String filePath, String? caption, String? replyMessageID, {String? imageFileUrl, String? topicId}) {
return FlyChatFlutterPlatform.instance.sendImageMessage(jid, filePath, caption, replyMessageID, imageFileUrl: imageFileUrl, topicId: topicId);
}