exceptionStream property

Stream<String>? exceptionStream

Returns the exception stream for the report. This will return null if the report has already been completed. Listeners will be notified whenever an exception happens within the testing framework itself.

Implementation

Stream<String>? get exceptionStream => _exceptionStreamController?.stream;