@override Future<void> writeResp() async { headers.contentType = contentType ?? ContentType.binary; await addStream(stream); }