FilePickerCallback typedef

FilePickerCallback = void Function(DefaultAttachmentTypes fileType, {bool camera})

Callback for when a file has to be picked.

Implementation

typedef FilePickerCallback = void Function(
  DefaultAttachmentTypes fileType, {
  bool camera,
});