withAuthenticationMethod method
Sets the authentication method.
Implementation
MqttConnectMessage withAuthenticationMethod(String method) {
_variableHeader!.authenticationMethod = method;
return this;
}
Sets the authentication method.
MqttConnectMessage withAuthenticationMethod(String method) {
_variableHeader!.authenticationMethod = method;
return this;
}