followRedirects property

bool followRedirects
final

Whether to automatically follow redirects.

Defaults to true. The behavior when false depends on the platform:

Implementation

// ignore: comment_references
/// - On VM, this follows the semantics of [HttpClientRequest.followRedirects]
/// from `dart:io`.
final bool followRedirects;