testSpeed method

Future<SingBoxSpeedTestResult> testSpeed()

Measure connection speed

Implementation

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