reportPhase static method
Reports the start of an operation phase.
Parameters:
phase: Description of the operation phase
Implementation
static void reportPhase(String phase) {
printMessage('📋 $phase');
}
Reports the start of an operation phase.
Parameters:
phase: Description of the operation phasestatic void reportPhase(String phase) {
printMessage('📋 $phase');
}