withWillQos method
Sets the WillQos of the connect flag.
Implementation
MqttConnectMessage withWillQos(MqttQos qos) {
variableHeader!.connectFlags.willQos = qos;
return this;
}
Sets the WillQos of the connect flag.
MqttConnectMessage withWillQos(MqttQos qos) {
variableHeader!.connectFlags.willQos = qos;
return this;
}