GetResponseStream method

  1. @override
Stream<List<int>> GetResponseStream()
override
Gets the stream that is used to read the body of the response from the server.

Implementation

@override
Stream<List<int>> GetResponseStream() {
  return this._webException.Response;
}