addFile method
Adds a file to the form data.
file The MultipartFile to add to the form.
Implementation
void addFile(http.MultipartFile file) {
_fields[file.field] = file;
}
Adds a file to the form data.
file The MultipartFile to add to the form.
void addFile(http.MultipartFile file) {
_fields[file.field] = file;
}