readAll method

Future<Uint8List> readAll(
  1. Reader r
)

Read Reader r until EOF (null) and resolve to the content as Uint8Array`.

Implementation

_i2.Future<_i9.Uint8List> readAll(_i4.Reader r) =>
    _i3.promiseToFuture(_i3.callMethod(
      this,
      'readAll',
      [r],
    ));