startVpn method

Future<void> startVpn()

Starts the VPN service.

Implementation

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