MqttServerClient.withPort constructor
MqttServerClient.withPort(})
Initializes a new instance of the MqttServerClient class using the supplied Mqtt Port. The server hostname to connect to The client identifier to use to connect with The port to use
Implementation
MqttServerClient.withPort(
String server,
String clientIdentifier,
int port, {
this.maxConnectionAttempts = 3,
}) : super.withPort(server, clientIdentifier, port);