Changing a http reaction to a buffer
can any individual inform me the way to convert a http reaction to a buffer? im the use of the http pub package deal <[https://pub.dev/packages/http](https://pub.dev/packages/http)> and one of the vital endpoints of an api im the use of is returning a symbol report, i wish to convert it to a buffer. in JS i’d simply do
“`js
const end result = look forward to res.buffer();
“`
Im nonetheless new to dart, so hoping to get some lend a hand.
however how do i do it in dart?
View Reddit via Yakiyo_5855 – View Supply