progressStream property

Stream<double> progressStream

Stream that fires whenever the progress of a test run changes.

Implementation

Stream<double> get progressStream => _progressStreamController.stream;