sendStatus property
dynamic Function(RPStepStatus)
get
sendStatus
The function to update the current status of the question
Based on the status the task will navigate to the next question and manage the result of the question
Implementation
Function(RPStepStatus) get sendStatus => _stepStatusController.sink.add;