createObjectUrlFromBlob static method

String createObjectUrlFromBlob(
  1. dynamic blob
)

Implementation

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