OnAttachmentSelected typedef

OnAttachmentSelected = Future<void> Function(List<File> files, dynamic attachmentType)

Implementation

typedef OnAttachmentSelected = Future<void> Function(
  List<File> files,
  AttachmentType attachmentType,
);