onLog property

Stream<ULinkLogEntry> get onLog

Stream of log entries for debugging

Implementation

Stream<ULinkLogEntry> get onLog {
  throw UnimplementedError('onLog has not been implemented.');
}