clearScreen static method
A command that clears the terminal screen.
return (model, Cmd.clearScreen());
Implementation
static Cmd clearScreen() {
return const Cmd(_clearScreen);
}
A command that clears the terminal screen.
return (model, Cmd.clearScreen());
static Cmd clearScreen() {
return const Cmd(_clearScreen);
}