createObjectUrl method Null safety
- dynamic blob_OR_source_OR_stream
Implementation
static String createObjectUrl(blob_OR_source_OR_stream) => JS(
'String',
'(self.URL || self.webkitURL).createObjectURL(#)',
blob_OR_source_OR_stream);
static String createObjectUrl(blob_OR_source_OR_stream) => JS(
'String',
'(self.URL || self.webkitURL).createObjectURL(#)',
blob_OR_source_OR_stream);