writeTo method
Writes the payload to the supplied stream.
Implementation
@override
void writeTo(MqttByteBuffer payloadStream) {
subscriptions.forEach(payloadStream.writeMqttStringM);
}
Writes the payload to the supplied stream.
@override
void writeTo(MqttByteBuffer payloadStream) {
subscriptions.forEach(payloadStream.writeMqttStringM);
}