sendReadyToProceed property
The function to send a boolean 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(bool) get sendReadyToProceed => _questionStatusController.sink.add;