startVPN method

Future<bool> startVPN()

Start VPN connection

Implementation

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