sendVideoMessage static method
dynamic
sendVideoMessage(})
Implementation
static sendVideoMessage(String jid, String filePath, String? caption, String? replyMessageID,
{String? videoFileUrl, num? videoDuration, String? thumbImageBase64, String? topicId}) {
return FlyChatFlutterPlatform.instance.sendVideoMessage(jid, filePath, caption, replyMessageID,
videoFileUrl: videoFileUrl, videoDuration: videoDuration, thumbImageBase64: thumbImageBase64, topicId: topicId);
}