sleepStream property

Stream<ProgressValue?> sleepStream

Returns the stream that will fire updates as a test is sleeping / waiting.

Implementation

Stream<ProgressValue?> get sleepStream => _sleepController.stream;