statusStream property

Stream<String> statusStream

Returns the stream that will fire updates when a test status changes.

Implementation

Stream<String> get statusStream => _statusController.stream;