getHttpCode method
Get the HTTP status code. Returns null if the request has not been made yet.
Implementation
int? getHttpCode() {
return httpCode;
}
Get the HTTP status code. Returns null if the request has not been made yet.
int? getHttpCode() {
return httpCode;
}