onResponse<ResponseType, InnerType> method
ApiResponse<ResponseType, InnerType>
onResponse<ResponseType, InnerType>(
- ApiResponse<
ResponseType, InnerType> response
Intercepts the response and returns the modified response
Implementation
ApiResponse<ResponseType, InnerType> onResponse<ResponseType, InnerType>(
ApiResponse<ResponseType, InnerType> response) =>
response;