sendVideoMessage method
This method is used to send the video message.
Implementation
Future<String> sendVideoMessage(
String jid, String filePath, String? caption, String? replyMessageID,
{String? videoFileUrl,
num? videoDuration,
String? thumbImageBase64,
String? topicId}) {
throw UnimplementedError('has not been implemented.');
}