readAsText property

void Function(Blob, [String?]) get readAsText

Implementation

void Function(
  _i3.Blob, [
  _i2.String?,
]) get readAsText => (
      _i3.Blob p0, [
      _i2.String? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'readAsText',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set readAsText (void value(Blob, [String?]))

Implementation

set readAsText(
    void Function(
      _i3.Blob, [
      _i2.String?,
    ]) value) {
  _i4.setProperty(
    this,
    'readAsText',
    _i4.allowInterop(value),
  );
}