menu
flutter_cache_cleaner package
documentation
commands/base_command.dart
BaseCommand
printError method
printError method
dark_mode
light_mode
printError
method
void
printError
(
String
message
)
Prints an error message.
Implementation
void printError(String message) { stderr.writeln(message); }
flutter_cache_cleaner package
documentation
commands/base_command
BaseCommand
printError method
BaseCommand class