startVless method
Starts the VPN connection with the given configuration.
Implementation
Future<void> startVless({
required String remark,
required String config,
required String notificationDisconnectButtonName,
List<String>? blockedApps,
List<String>? bypassSubnets,
List<String>? dnsServers,
bool proxyOnly = false,
}) {
throw UnimplementedError('startVless() has not been implemented.');
}