menu
termio package
documentation
testing.dart
TestTerminal
clearOutput method
clearOutput method
dark_mode
light_mode
clearOutput
method
void
clearOutput
(
)
Clear the output buffer.
Implementation
void clearOutput() { output.clear(); }
termio package
documentation
testing
TestTerminal
clearOutput method
TestTerminal class