getConnectedServerDelay method
Measures the delay to the currently connected V2Ray server.
url
is the server URL to test.
Returns a Future that completes with the delay in milliseconds.
Implementation
Future<int> getConnectedServerDelay(String url) async {
throw UnimplementedError(
'getConnectedServerDelay() has not been implemented.',
);
}