watchSingBoxConnectionStats method

Stream<SingBoxConnectionStats> watchSingBoxConnectionStats()

Subscribe to connection statistics changes Returns Stream with statistics updates Statistics include: download/upload speed, bytes sent/received, ping, connection duration

Implementation

Stream<SingBoxConnectionStats> watchSingBoxConnectionStats() {
  throw UnimplementedError('watchSingBoxConnectionStats() has not been implemented.');
}