menu
vania_cli package
documentation
common/console.dart
Console
clear static method
clear static method
dark_mode
light_mode
clear
static method
void
clear
(
)
Implementation
static void clear() { if (_usesColor) stdout.write('\x1B[2J\x1B[H'); }
vania_cli package
documentation
common/console
Console
clear static method
Console class