readDroppedImageAttachment function

Future<PromptAttachment?> readDroppedImageAttachment(
  1. PromptAttachment attachment
)

Implementation

Future<PromptAttachment?> readDroppedImageAttachment(
  PromptAttachment attachment,
) => platform.readDroppedImageAttachment(attachment);