menu
serverpod_boost package
documentation
cli/console_helper.dart
ConsoleHelper
info static method
info static method
dark_mode
light_mode
info
static method
void
info
(
String
message
)
Display info message
Implementation
static void info(String message) { stdout.writeln(' $message'); }
serverpod_boost package
documentation
cli/console_helper
ConsoleHelper
info static method
ConsoleHelper class