createObjectUrlFromBlob static method
Implementation
static String createObjectUrlFromBlob(dynamic blob) {
throw UnsupportedError('URL.createObjectURL is only supported on web platforms');
}
static String createObjectUrlFromBlob(dynamic blob) {
throw UnsupportedError('URL.createObjectURL is only supported on web platforms');
}