revokeObjectURL property

void Function(String) get revokeObjectURL

Implementation

static void Function(_i2.String) get revokeObjectURL =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            _i8.target584,
            'revokeObjectURL',
          ),
          r'call',
          [
            _i8.target584,
            p0,
          ],
        );
set revokeObjectURL (void value(String))

Implementation

static set revokeObjectURL(void Function(_i2.String) value) {
  _i4.setProperty(
    _i8.target584,
    'revokeObjectURL',
    _i4.allowInterop(value),
  );
}