watchSingBoxConnectionStats method
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.');
}