readAllSync method
Synchronously reads Reader r
until EOF (null
) and returns the content
as Uint8Array
.
Implementation
_i9.Uint8List readAllSync(_i4.ReaderSync r) => _i3.callMethod(
this,
'readAllSync',
[r],
);
Synchronously reads Reader r
until EOF (null
) and returns the content
as Uint8Array
.
_i9.Uint8List readAllSync(_i4.ReaderSync r) => _i3.callMethod(
this,
'readAllSync',
[r],
);