How to print a full Req body once using LogInterceptor in Flutter?
I need to Log a full requisition Body, one single time on each req that my system does. I'am using StringBuffer, Dio and LogInterceptor. What happens: My log is printing the building of the body, not the full body's req.…