startVpn method
Starts the VPN service.
Implementation
Future<void> startVpn() async {
throw UnimplementedError('startVpn() has not been implemented.');
}
Starts the VPN service.
Future<void> startVpn() async {
throw UnimplementedError('startVpn() has not been implemented.');
}