beforeComplete property

Future<void> Function(dynamic answer)? beforeComplete
final

Callback before the step is completed, can be used for async operations.

Implementation

final Future<void> Function(dynamic answer)? beforeComplete;