onComplete property

ValueSetter<T>? onComplete
final

Optional ValueSetter<T> which is invoked when the flow has been completed with the final flow state.

Implementation

final ValueSetter<T>? onComplete;