showProgress static method

void showProgress(
  1. String message
)

Show progress indicator

Implementation

static void showProgress(String message) {
  stdout.write('$message... ');
}