disconnect static method

Future<void> disconnect()

Disconnect and stop VPN service.

Implementation

static Future<void> disconnect() async {
  await _channel.invokeMethod('disconnect');
}