onCompleted property

(dynamic Function(ExecutionContext context)?) onCompleted
finalinherited

The callback when this process is completed (regardless of success and failure)

Implementation

final Function(ExecutionContext context)? onCompleted;