createClient method

  1. @override
ProtocolClient createClient()
override

Creates a new ProtocolClient with that supports one or more of the given schemes.

Implementation

@override
ProtocolClient createClient() => MqttClient(
      mqttConfig: _mqttConfig,
      basicCredentialsCallback: _basicCredentialsCallback,
    );