Because our app needs to add token authentication in the header when loading images for normal download, Image.net ("",headers: {"Authorization ": ""},) can be displayed normally, but CachedNetworkImage(
httpHeaders: {"Authorization ":" ",},) cannot be displayed normally. I don't know how to solve the problem
=