onStepChange property

void Function(AuthStep? previousStep, AuthStep? currentStep)? onStepChange
final

Implementation

final void Function(AuthStep? previousStep, AuthStep? currentStep)? onStepChange;