pingConfig abstract method

Future<int> pingConfig(
  1. XrayConfig config,
  2. int port,
  3. String testingUrl
)

Test network speed config — Xray config port — Port to test testingUrl — URL to test (need response 200 or 204 code)

Implementation

Future<int> pingConfig(XrayConfig config, int port, String testingUrl);