stopVpn method
Stops the VPN service.
Implementation
Future<void> stopVpn() async {
throw UnimplementedError('stopVpn() has not been implemented.');
}
Stops the VPN service.
Future<void> stopVpn() async {
throw UnimplementedError('stopVpn() has not been implemented.');
}