logStream property

Stream<String>? logStream

Returns the logging stream for the report. This will return null if the report has already been completed. Listeners will be notified whenever a log entry is added to the report.

Implementation

Stream<String>? get logStream => _logStreamController?.stream;