disconnect static method

Future<void> disconnect()

Disconnect and stop VPN service.

Implementation

static Future<void> disconnect() => FlutterVpnPlatform.instance.disconnect();