EffectsSdkImage.fromURL constructor
- String url
Creates Image that will be loaded from URL. (Currently only for the web platform)
Implementation
EffectsSdkImage.fromURL(String url) : source = UrlImage(url);
Creates Image that will be loaded from URL. (Currently only for the web platform)
EffectsSdkImage.fromURL(String url) : source = UrlImage(url);