OnSubmit typedef

OnSubmit = void Function(String text, List<Attachment> attachments)

Callback typedefs.

Implementation

typedef OnSubmit = void Function(String text, List<Attachment> attachments);