menu
dart_console3 package
documentation
console/interface.dart
SneathConsole
write abstract method
write abstract method
dark_mode
light_mode
write
abstract method
void
write
(
String
text
)
Writes the text to the console.
Implementation
void write( final String text, );
dart_console3 package
documentation
console/interface
SneathConsole
write abstract method
SneathConsole class