imageStream property

Stream<TestImage>? imageStream

Returns the image stream for the report. This will return null if the report has already been completed. Listeners will be notified whenever an image is added to the report.

Implementation

Stream<TestImage>? get imageStream => _imageStreamController?.stream;