questionReadyToProceed property

Stream<bool> questionReadyToProceed

The stream through which booleans are flowing The RPUIQuestionStep listens to this stream so it's notified if it can navigate to the next step

Implementation

Stream<bool> get questionReadyToProceed => _questionStatusController.stream;