dispose method
void
dispose()
The stream through which RPQuestionBodyResult
is flowing
The RPUIQuestionStep listens to this stream and creating the RPStepResult object based on the incoming data.
Implementation
// Stream<RPQuestionBodyResult> get resultValue => _questionBodyResultController.stream;
void dispose() {
_questionStatusController.close();
}