onResponse property

Stream<Response> onResponse

Emitted when a response is received.

Implementation

Stream<Response> get onResponse => _networkManager.onResponse;