logStream property

Stream<List<ClientLog>> get logStream

A stream of log messages from the sing-box core.

Implementation

Stream<List<ClientLog>> get logStream {
  throw UnimplementedError('logStream has not been implemented.');
}