disconnect method

Future<void> disconnect()

Disconnect and stop VPN service.

Implementation

Future<void> disconnect() async => throw UnimplementedError();