sendImageMessage method
This method is used to send the image message.
Implementation
Future<String> sendImageMessage(
String jid, String filePath, String? caption, String? replyMessageID,
{String? imageFileUrl, String? topicId}) {
throw UnimplementedError('has not been implemented.');
}