clearBufferedOutput method
void
clearBufferedOutput()
Clears the accumulated bufferedOutput.
Implementation
void clearBufferedOutput() {
if (_disposed) return;
_outputBuffer.clear();
}
Clears the accumulated bufferedOutput.
void clearBufferedOutput() {
if (_disposed) return;
_outputBuffer.clear();
}