I using an API which compresses the response with brotli, the google chrome automatically uncompressing and showing the response. But flutter is showing compressed code which is encoded with br.
Lemme know how to uncompress the response. Any help is appreciated. Thanks.