sendStatus property

void Function(RPStepStatus) 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

void Function(RPStepStatus) get sendStatus => _stepStatusController.sink.add;