MqttBrowserClient constructor
MqttBrowserClient(})
Initializes a new instance of the MqttServerClient class using the default Mqtt Port. The server hostname to connect to The client identifier to use to connect with
Implementation
MqttBrowserClient(
super.server,
super.clientIdentifier, {
this.maxConnectionAttempts = MqttConstants.defaultMaxConnectionAttempts,
});