stopVless method

Future<void> stopVless()

Stops the active proxy or VPN/tunnel session.

Implementation

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