createObjectURL property

String Function(Blob) get createObjectURL

Implementation

static _i2.String Function(_i3.Blob) get createObjectURL =>
    (_i3.Blob p0) => _i4.callMethod(
          _i4.getProperty(
            _i8.target795,
            'createObjectURL',
          ),
          r'call',
          [
            _i8.target795,
            p0,
          ],
        );
set createObjectURL (String value(Blob))

Implementation

static set createObjectURL(_i2.String Function(_i3.Blob) value) {
  _i4.setProperty(
    _i8.target795,
    'createObjectURL',
    _i4.allowInterop(value),
  );
}