httpResponse property

  1. @Deprecated('Use rawResponse.httpResponse instead')
Response get httpResponse

The raw HTTP response

Implementation

@Deprecated('Use rawResponse.httpResponse instead')
i.Response get httpResponse => rawResponse.httpResponse;