ui/components/prompt_input library
Enums
Functions
-
emptyClipboardImage(
) → Future< PromptAttachment?> - No app-specific native channel is required to embed the composer.
-
readDroppedImageAttachment(
PromptAttachment attachment) → Future< PromptAttachment?>
Typedefs
-
PromptAttachmentKindPicker
= Future<
List< Function(PromptAttachmentKind kind)PromptAttachment> > -
PromptAttachmentPicker
= Future<
List< Function()PromptAttachment> > -
PromptDroppedImageReader
= Future<
PromptAttachment?> Function(PromptAttachment attachment) -
PromptImageClipboardReader
= Future<
PromptAttachment?> Function() -
PromptSendCallback
= void Function(String text, List<
PromptAttachment> attachments) - SessionConfigSelectionCallback = void Function(String configId, Object value)