onStepChanged abstract method
Called when step status changes
Use this to track step progress and handle state transitions
Implementation
void onStepChanged(StepState<dynamic, dynamic> stepState);
Called when step status changes
Use this to track step progress and handle state transitions
void onStepChanged(StepState<dynamic, dynamic> stepState);