menu
smartpub package
documentation
interactive_service.dart
InteractiveService
showError static method
showError static method
dark_mode
light_mode
showError
static method
void
showError
(
String
message
)
Show error message
Implementation
static void showError(String message) { stderr.writeln('Error: $message'); }
smartpub package
documentation
interactive_service
InteractiveService
showError static method
InteractiveService class