onLog property
Stream<LoggingMessageNotification>
get
onLog
Emits an event any time the server sends a log message.
This is a broadcast stream, events are not buffered and only future events are given.
Implementation
Stream<LoggingMessageNotification> get onLog => _logController.stream;