DEV Community

devlade
devlade

Posted on

Flutter print and use response body data.

I made a post request and I am trying to print the individual response body instead of response.body

Something like response.body.OTP or response.body.message

How do I go about it?

Top comments (0)