onResponse<ResponseType, InnerType> method

ApiResponse<ResponseType, InnerType> onResponse<ResponseType, InnerType>(
  1. ApiResponse<ResponseType, InnerType> response
)

Intercepts the response and returns the modified response

Implementation

ApiResponse<ResponseType, InnerType> onResponse<ResponseType, InnerType>(
        ApiResponse<ResponseType, InnerType> response) =>
    response;