getConnectedServerDelay method

Future<int> getConnectedServerDelay(
  1. String url
)

Measures delay/ping for the currently connected server.

Implementation

Future<int> getConnectedServerDelay(String url) {
  throw UnimplementedError('getConnectedServerDelay() has not been implemented.');
}