ResponseUri property

  1. @override
Uri ResponseUri
override
Gets the URI of the Internet resource that responded to the request.

Implementation

@override
Uri get ResponseUri => _webException.Request!.uri;