clear method

  1. @override
void clear()

Clears the terminal buffer.

Implementation

@override
void clear() {
  _buf.clear();
}