menu
khadem package
documentation
http.dart
RequestInput
file method
file method
dark_mode
light_mode
file
method
UploadedFile
?
file
(
String
fieldName
)
Gets file by field name.
Implementation
UploadedFile? file(String fieldName) => _bodyParser.file(fieldName);
khadem package
documentation
http
RequestInput
file method
RequestInput class