onStepChanged abstract method

void onStepChanged(
  1. StepState stepState
)

Called when step status changes

Use this to track step progress and handle state transitions

Implementation

void onStepChanged(StepState<dynamic, dynamic> stepState);