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