connectIPSec method
Connect to VPN. (IPSec)
This will create a background VPN service. Android implementation is not available.
Implementation
Future<void> connectIPSec({
required String server,
required String username,
required String password,
required String secret,
String? name,
int? mtu,
int? port,
}) async =>
throw UnimplementedError();