sendStatus property

dynamic Function(QuestionStatus) sendStatus

The function to send a QuestionStatus through a stream

Usually used by a QuestionBody like RPUIQuestionBody to let its RPUIQuestionStep container know that it's finished and ready to go to the next step.

Implementation

Function(QuestionStatus) get sendStatus => _questionStatusController.sink.add;