firstFile method

UploadedFile? firstFile(
  1. String fieldName
)

Gets first file by field name

Implementation

UploadedFile? firstFile(String fieldName) => _bodyParser.firstFile(fieldName);