httpResponseCode property

int? httpResponseCode

HttpResponse code of the request.

Implementation

int? get httpResponseCode {
  throw UnimplementedError('get httpResponseCode is not implemented');
}
void httpResponseCode=(int? httpResponseCode)

Sets the httpResponse code of the request

Implementation

set httpResponseCode(int? httpResponseCode) {
  throw UnimplementedError('set httpResponseCode() is not implemented');
}