client property

Object? client
getter/setter pairinherited

The underlying HTTP client instance. In the browser, this will be null because there is no HTTP client API available. In the VM, this will be an instance of dart:io.HttpClient.

If this is not null, it should be used to open and send the HTTP request.

Implementation

Object? client;