pickFile method
Opens a file choose popup and adds the selected files to the attachments.
Implementation
Future<void> pickFile() {
field.focus.unfocus();
return _pickAttachment(FileType.any);
}
Opens a file choose popup and adds the selected files to the attachments.
Future<void> pickFile() {
field.focus.unfocus();
return _pickAttachment(FileType.any);
}