flush method

void flush()

Flushes any pending output to the terminal.

Implementation

void flush() {
  _renderer.flush();
}