connectIkev2EAP method
Connect to VPN. (IKEv2-EAP)
This will create a background VPN service. MTU is only available on android.
Implementation
Future<void> connectIkev2EAP({
required String server,
required String username,
required String password,
String? name,
int? mtu,
int? port,
}) async =>
throw UnimplementedError();