readAsArrayBuffer property

void Function(Blob) get readAsArrayBuffer

Implementation

void Function(_i3.Blob) get readAsArrayBuffer =>
    (_i3.Blob p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'readAsArrayBuffer',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set readAsArrayBuffer (void value(Blob))

Implementation

set readAsArrayBuffer(void Function(_i3.Blob) value) {
  _i4.setProperty(
    this,
    'readAsArrayBuffer',
    _i4.allowInterop(value),
  );
}