sendReadyToProceed property

void Function(bool) sendReadyToProceed

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

void Function(bool) get sendReadyToProceed =>
    _questionStatusController.sink.add;