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