menu
serverpod_boost package
documentation
cli/console_helper.dart
ConsoleHelper
newLine static method
newLine static method
dark_mode
light_mode
newLine
static method
void
newLine
(
[
int
count
=
1
])
New line
Implementation
static void newLine([int count = 1]) { stdout.writeln('\n' * (count - 1)); }
serverpod_boost package
documentation
cli/console_helper
ConsoleHelper
newLine static method
ConsoleHelper class