stopVpn method

Future<void> stopVpn()

Stops the VPN service.

Implementation

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