createClient method
Creates a new ProtocolClient with that supports one or more of the given schemes.
Implementation
@override
ProtocolClient createClient() => HttpClient(
httpClientConfig: _httpClientConfig,
basicCredentialsCallback: _basicCredentialsCallback,
bearerCredentialsCallback: _bearerCredentialsCallback,
);