MqttBrowserClient constructor
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(
String server,
String clientIdentifier, {
this.maxConnectionAttempts = 3,
}) : super(server, clientIdentifier);