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