iterSync method
Turns a ReaderSync, r
, into an iterator.
Implementation
_i11.IterableIterator<_i9.Uint8List> iterSync(
_i4.ReaderSync r, [
_i4.IInline3? options,
]) =>
_i3.callMethod(
this,
'iterSync',
[
r,
options ?? _i6.undefined,
],
);