restartVpn method

Future<void> restartVpn()

Restarts the VPN service.

Implementation

Future<void> restartVpn() {
  throw UnimplementedError('restartVpn() has not been implemented.');
}