internalConnect abstract method
- @protected
- String hostname,
- int port,
- MqttConnectMessage? message
Connect to the specific Mqtt Connection internally.
Implementation
@protected
Future<MqttClientConnectionStatus> internalConnect(
String hostname,
int port,
MqttConnectMessage? message,
);