connect abstract method
Connects to a message broker The broker server to connect to The port to connect to The connect message to use to initiate the connection
Implementation
Future<MqttClientConnectionStatus> connect(
String server, int port, MqttConnectMessage message);