stop method

Future<bool> stop()

Stop VPN connection

Implementation

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