unexpectedResponse method

Never unexpectedResponse(
  1. BaseResponse response,
  2. Uint8List body
)

Implementation

Never unexpectedResponse(BaseResponse response, Uint8List body) {
  throw Exception('http error response');
}