withWillRetain method
Sets the WillRetain flag of the Connection Flags
Implementation
MqttConnectMessage withWillRetain() {
variableHeader!.connectFlags.willRetain = true;
return this;
}
Sets the WillRetain flag of the Connection Flags
MqttConnectMessage withWillRetain() {
variableHeader!.connectFlags.willRetain = true;
return this;
}