stepStatus property
Stream<RPStepStatus>
get
stepStatus
The stream conveying the current step status
Implementation
Stream<RPStepStatus> get stepStatus => _stepStatusController.stream;
The stream conveying the current step status
Stream<RPStepStatus> get stepStatus => _stepStatusController.stream;