setPingTestUrl method

Future<bool> setPingTestUrl(
  1. String url
)

Set the URL used for ping testing

Implementation

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