clearOutputBuffer method

void clearOutputBuffer()

Clear the output buffer

Implementation

void clearOutputBuffer() {
  _outputBuffer.clear();
}