getPingTestUrl method

Future<String> getPingTestUrl()

Get the URL used for ping testing

Implementation

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