logStream property

Stream<List<String>> get logStream

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

Implementation

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