tunnelGetStats method

Future<Stats?> tunnelGetStats(
  1. String name
)

Declaration of the method tunnelGetStats this is responsible for obtaining the stats of the tunnels.

Implementation

Future<Stats?> tunnelGetStats(String name) {
  throw UnimplementedError('runningTunnelNames() has not been implemented.');
}