stepStream property

Stream<ProgressValue?> stepStream

Returns the stream that will fire updates when a test moves from step to step.

Implementation

Stream<ProgressValue?> get stepStream => _stepController.stream;