sendImageMessage method

dynamic sendImageMessage(
  1. String jid,
  2. String filePath,
  3. String? caption,
  4. String? replyMessageID, [
  5. String? imageFileUrl,
])

Implementation

sendImageMessage(
    String jid, String filePath, String? caption, String? replyMessageID,
    [String? imageFileUrl]) {
  throw UnimplementedError('has not been implemented.');
}