PromptSendCallback typedef

PromptSendCallback = void Function(String text, List<PromptAttachment> attachments)

Implementation

typedef PromptSendCallback =
    void Function(String text, List<PromptAttachment> attachments);