create method
Creates and returns a new HttpClient instance with default configuration.
This method overrides the abstract create method from HttpClientBuilder. The returned Dio can be used to perform HTTP requests.
Implementation
@override
Dio create() {
return Dio();
}