showProgress static method

void showProgress(
  1. int current,
  2. int total,
  3. String message
)

Implementation

static void showProgress(int current, int total, String message) =>
    ProgressPrompt.showProgress(current, total, message);