startWithJson method

Future<bool> startWithJson(
  1. String configJson,
  2. String name
)

Start VPN with raw Xray JSON config (bypassing link parsing)

Implementation

Future<bool> startWithJson(String configJson, String name) {
  throw UnimplementedError('startWithJson() has not been implemented.');
}