newHttpClient method
Construct an HttpClient instance for use in the Dart VM.
Implementation
@override
HttpClient newHttpClient() => VMHttpClient();
Construct an HttpClient instance for use in the Dart VM.
@override
HttpClient newHttpClient() => VMHttpClient();