dispose method
dynamic
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;
dispose() {
_questionStatusController.close();
// _questionBodyResultController.close();
}