readAsArrayBuffer property

ByteBuffer Function(Blob) readAsArrayBuffer

Implementation

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

Implementation

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