Flutter FormatException: Unexpected character (at character 1)

Solve this issue with folowing code. For more refer here.

var pdfText= await json.decode(json.encode(response.databody);  

Leave a Comment