onQuizCompletedCallback property

Future<void> Function() onQuizCompletedCallback
final

will be called when the form steps and question will be all passed, inside the success modale

Implementation

final Future<void> Function() onQuizCompletedCallback;