stopVless method

Future<void> stopVless()

Stops the VPN connection.

Implementation

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