readAsDataURL property

String Function(Blob) get readAsDataURL

Implementation

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

Implementation

set readAsDataURL(_i2.String Function(_i3.Blob) value) {
  _i4.setProperty(
    this,
    'readAsDataURL',
    _i4.allowInterop(value),
  );
}