clear static method
void
clear()
Clear the console's window and reset the cursor to the top left.
Implementation
static void clear() => clearImpl();
Clear the console's window and reset the cursor to the top left.
static void clear() => clearImpl();