beforeComplete property
Callback before the step is completed, can be used for async operations.
Implementation
final Future<void> Function(dynamic answer)? beforeComplete;
Callback before the step is completed, can be used for async operations.
final Future<void> Function(dynamic answer)? beforeComplete;