sendAuthenticate method
Send an authenticate message to the broker.
Implementation
void sendAuthenticate(MqttAuthenticateMessage message) {
authenticationManager!.send(message);
}
Send an authenticate message to the broker.
void sendAuthenticate(MqttAuthenticateMessage message) {
authenticationManager!.send(message);
}