I have a web application, and I need to create an action to get the base64 string from an image from its url.
This code works fine only in Android or IOS. In web application it fails: Unsuported operation _Namespace.
I read this is a limitation of dart.io library, but I didn´t find a way around this problem.I read that this is a limitation of dart.io, but I didn't find a way around this.