readAsText property
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,
],
);