onCompleted property
void Function(dynamic answer)?
onCompleted
final
Callback when the step is completed.
Implementation
final void Function(dynamic answer)? onCompleted;
Callback when the step is completed.
final void Function(dynamic answer)? onCompleted;