menu
lualike package
documentation
command/base_command.dart
BaseCommand
safePrint method
safePrint method
dark_mode
light_mode
safePrint
method
void
safePrint
(
String
message
)
Safe print function that doesn't flush stdout
Implementation
void safePrint(String message) { print(message); }
lualike package
documentation
command/base_command
BaseCommand
safePrint method
BaseCommand class