stepResult property
The stream communicating the latest result of the current step
Implementation
Stream<RPStepResult> get stepResult => _stepResultController.stream;
The stream communicating the latest result of the current step
Stream<RPStepResult> get stepResult => _stepResultController.stream;