createClient method
Creates a new ProtocolClient with that supports one or more of the given schemes.
Implementation
@override
ProtocolClient createClient() => MqttClient(
mqttConfig: _mqttConfig,
basicCredentialsCallback: _basicCredentialsCallback,
);