reportPhase static method

void reportPhase(
  1. String phase
)

Reports the start of an operation phase.

Parameters:

  • phase: Description of the operation phase

Implementation

static void reportPhase(String phase) {
  printMessage('📋 $phase');
}