I'm running a flutter desktop app on linux and i need get the response from the following curl request
curl -sS --unix-socket /run/snapd.socket http://localhost/v2/snaps/ -X GET
I've got the process_run
package installed so making the call is fairly straightfoward, i just dont know how to get the response from the call in to my dart code.