menu
cake package
documentation
helper/printer.dart
Printer
pass static method
pass static method
dark_mode
light_mode
pass
static method
void
pass
(
String
message
)
Implementation
static void pass(String message) { print('\x1B[32m$message\x1B[0m'); }
cake package
documentation
helper/printer
Printer
pass static method
Printer class