PromptAttachmentKindPicker typedef
PromptAttachmentKindPicker =
Future<List<PromptAttachment> > Function(PromptAttachmentKind kind)
Implementation
typedef PromptAttachmentKindPicker =
Future<List<PromptAttachment>> Function(PromptAttachmentKind kind);