readMqttStringM method

String readMqttStringM()

Reads an MQTT string from the underlying stream member

Implementation

String readMqttStringM() => MqttByteBuffer.readMqttString(this);