currentStepStream property

Stream<String?> currentStepStream

Stream that fires whenever the test controller starts a new test step.

Implementation

Stream<String?> get currentStepStream => _currentStepStreamController.stream;