realUri property

Uri realUri

Return the final real request URI (may be redirected).

Note: Whether the field is available depends on whether the adapter supports or not.

Implementation

Uri get realUri =>
    redirects.isNotEmpty ? redirects.last.location : requestOptions.uri;