Sends an image message to the specified chat.
Future<void> sendImageMessage({ required String chatId, required Uint8List image, });