onCompleted property

void Function(dynamic answer)? onCompleted
final

Callback when the step is completed.

Implementation

final void Function(dynamic answer)? onCompleted;