onLog property
Stream<ScrapingLogEntry>
get
onLog
Gets a stream of log entries
Implementation
Stream<ScrapingLogEntry> get onLog => _controller.stream;
Gets a stream of log entries
Stream<ScrapingLogEntry> get onLog => _controller.stream;