stopVPN method

Future<bool> stopVPN()

Stop VPN connection

Implementation

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