getConnectionStats method

Future<SingBoxConnectionStats> getConnectionStats()

Get current connection statistics

Implementation

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