onResponse<R, I> method

  1. @override
ApiResponse<R, I> onResponse<R, I>(
  1. ApiResponse<R, I> response
)
override

Intercepts the response and returns the modified response

Implementation

@override
ApiResponse<R, I> onResponse<R, I>(ApiResponse<R, I> response) =>
    _logOutcome(response);