Handles the request.
FutureOr<void> call(Context context, Next next) { // Register the [Multer] instance on the [Context]. context[Multer] = this; return next(); }