clear method

Clear the buffer

Implementation

MqttClientPayloadBuilder clear() {
  _payload!.clear();
  return this;
}