stopVpn method

Future<void> stopVpn()

Stops the VPN service.

Implementation

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