getHtmlUrl function
Implementation
String getHtmlUrl(dynamic blob_OR_source_OR_stream) {
return html.Url.createObjectUrl(blob_OR_source_OR_stream);
}
String getHtmlUrl(dynamic blob_OR_source_OR_stream) {
return html.Url.createObjectUrl(blob_OR_source_OR_stream);
}