How I get original bytes from request? Calling request.body.asBytes()
I get this message:
asBytes() expected list of bytes, instead got List<_InternalLinkedHashMap<String, dynamic>>
I saw that HTTPRequestBody
has the property retainOriginalBytes
to use in this case, but where I set it?
Thanks!