clearBufferedOutput method

void clearBufferedOutput()

Clears the accumulated bufferedOutput.

Implementation

void clearBufferedOutput() {
  if (_disposed) return;
  _outputBuffer.clear();
}