onResponse property

Stream<Response> onResponse

A stream of processed Responses, as in after all Converters and ResponseInterceptors have been run.

Implementation

Stream<Response> get onResponse => _responseController.stream;