followRedirects property Null safety
Whether redirects are followed automatically.
Throws HttpProfileRequestError is hasError
is true
.
Implementation
bool get followRedirects => _returnIfNoError(_followRedirects);
Whether redirects are followed automatically.
Throws HttpProfileRequestError is hasError
is true
.
bool get followRedirects => _returnIfNoError(_followRedirects);