menu
smartpub package
documentation
interactive_service.dart
InteractiveService
showProgress static method
showProgress static method
dark_mode
light_mode
showProgress
static method
void
showProgress
(
String
message
)
Show progress indicator
Implementation
static void showProgress(String message) { stdout.write('$message... '); }
smartpub package
documentation
interactive_service
InteractiveService
showProgress static method
InteractiveService class