menu
nylo_support package
documentation
metro/metro_console.dart
MetroConsole
writeInBlack static method
writeInBlack static method
dark_mode
light_mode
writeInBlack
static method
dynamic
writeInBlack
(
String
message
)
writes a
message
in black.
Implementation
static writeInBlack(String message) { stdout.writeln(message); }
nylo_support package
documentation
metro/metro_console
MetroConsole
writeInBlack static method
MetroConsole class