menu
statekit_cli package
documentation
utils/logger.dart
Logger
write method
write method
dark_mode
light_mode
write
method
void
write
(
Object
text
)
inherited
Writes the text to the console.
Implementation
void write(Object text) => stdout.write(text);
statekit_cli package
documentation
utils/logger
Logger
write method
Logger class