startV2Ray method

Future<void> startV2Ray({
  1. required String remark,
  2. required String config,
  3. List<String>? blockedApps,
  4. List<String>? bypassSubnets,
  5. bool proxyOnly = false,
})

Implementation

Future<void> startV2Ray({
  required String remark,
  required String config,
  List<String>? blockedApps,
  List<String>? bypassSubnets,
  bool proxyOnly = false,
}) {
  throw UnimplementedError('startV2Ray() has not been implemented.');
}