writeTo method
Writes the message to the supplied stream.
Implementation
void writeTo(MqttByteBuffer messageStream) {
header!.writeTo(0, messageStream);
}
Writes the message to the supplied stream.
void writeTo(MqttByteBuffer messageStream) {
header!.writeTo(0, messageStream);
}