onResponse<R, I> method
Intercepts the response and returns the modified response
Implementation
@override
ApiResponse<R, I> onResponse<R, I>(ApiResponse<R, I> response) =>
_logOutcome(response);
Intercepts the response and returns the modified response
@override
ApiResponse<R, I> onResponse<R, I>(ApiResponse<R, I> response) =>
_logOutcome(response);