responseMap<T> method

T responseMap<T>(
  1. Response response
)

Implementation

T responseMap<T>(Response response) {
  return response.data;
}